1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

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
This commit is contained in:
dotflac
2020-12-06 12:27:53 +00:00
committed by Sébastien Helleu
parent 33cdf3eb90
commit 4974c2f0a2
+1 -1
View File
@@ -7190,7 +7190,7 @@ irc_command_init ()
weechat_hook_command (
"voice",
N_("give voice to nick(s)"),
N_("<nick> [<nick>...]"),
N_("<nick> [<nick>...] || * -yes"),
N_("nick: nick or mask (wildcard \"*\" is allowed)\n"
" *: give voice to everybody on channel"),
"%(nicks)|%*", &irc_command_voice, NULL, NULL);