From 4905c9516752dc70042df581816773af4bc9015f Mon Sep 17 00:00:00 2001 From: Dan Mashal Date: Fri, 28 Dec 2012 22:06:05 -0800 Subject: [PATCH] Add wi shortcut for whois --- src/common/hexchat.c | 1 + 1 file changed, 1 insertion(+) 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[] =