From 4974c2f0a202860f6c31424a1204bb7099b5fa99 Mon Sep 17 00:00:00 2001 From: dotflac <53354133+dotflac@users.noreply.github.com> Date: Sun, 6 Dec 2020 12:27:53 +0000 Subject: [PATCH] add -yes to output of /help voice currently /help voice does not tell you that you need -yes if you are using *. i have changed it to match /help op, /help deop and /help devoice --- src/plugins/irc/irc-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);