diff options
author | TingPing <tingping@tingping.se> | 2012-12-28 22:19:20 -0800 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-28 22:19:20 -0800 |
commit | d07ee22f5840e4e3c490564a570339fc4c6c4567 (patch) | |
tree | 5dc6d5a288d9a835166584a35f758981890db9cf | |
parent | 8fe3c40278c7ef57984f37ff4b479dbadf831abc (diff) | |
parent | 4905c9516752dc70042df581816773af4bc9015f (diff) |
Merge pull request #347 from dmashal/master
Add /wi shortcut
-rw-r--r-- | src/common/hexchat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index e8659fb0..da46f7f5 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -615,6 +615,7 @@ static char defaultconf_commands[] = "NAME VER\n" "CMD ctcp %2 VERSION\n\n"\ "NAME VERSION\n" "CMD ctcp %2 VERSION\n\n"\ "NAME WALLOPS\n" "CMD quote WALLOPS :&2\n\n"\ + "NAME WI\n" "CMD quote WHOIS %2\n\n"\ "NAME WII\n" "CMD quote WHOIS %2 %2\n\n"; static char defaultconf_urlhandlers[] = |