1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Added nick completion for /userhost command

This commit is contained in:
Sebastien Helleu
2006-03-30 15:20:28 +00:00
parent 83bdd97916
commit 8c8a4104f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"),
+1 -1
View File
@@ -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"),