summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorDan Mashal <dan.mashal@gmail.com>2012-12-28 22:06:05 -0800
committerDan Mashal <dan.mashal@gmail.com>2012-12-28 22:06:05 -0800
commit4905c9516752dc70042df581816773af4bc9015f (patch)
tree45a042ee85d2230c3c9ca9ba5b56c5fc7423808e /src/common
parentb04377825fb3a6c35c22580295c410f442be5983 (diff)
Add wi shortcut for whois
Diffstat (limited to 'src/common')
-rw-r--r--src/common/hexchat.c1
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[] =