summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-03-30 15:20:28 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-03-30 15:20:28 +0000
commit8c8a4104f0ed837e2d339cb00e92a6b634a44a95 (patch)
treed420dd0cb72caee9968a4a902723d3918559c13d /src/irc
parent83bdd9791679fbf777b83616fc565876d79b58a5 (diff)
downloadweechat-8c8a4104f0ed837e2d339cb00e92a6b634a44a95.zip
Added nick completion for /userhost command
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/irc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c
index 9bd4685be..b17581bf1 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -277,7 +277,7 @@ t_irc_command irc_commands[] =
{ "userhost", N_("return a list of information about nicknames"),
N_("nickname [nickname ...]"),
N_("nickname: nickname"),
- NULL, 1, MAX_ARGS, 1, NULL, irc_cmd_send_userhost, NULL },
+ "%n", 1, MAX_ARGS, 1, NULL, irc_cmd_send_userhost, NULL },
{ "users", N_("list of users logged into the server"),
N_("[target]"),
N_("target: server"),