diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 059bf8446..6a7d14e8b 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7190,7 +7190,7 @@ irc_command_init () weechat_hook_command ( "voice", N_("give voice to nick(s)"), - N_(" [...]"), + N_(" [...] || * -yes"), N_("nick: nick or mask (wildcard \"*\" is allowed)\n" " *: give voice to everybody on channel"), "%(nicks)|%*", &irc_command_voice, NULL, NULL);