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:
committed by
Sébastien Helleu
parent
33cdf3eb90
commit
4974c2f0a2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user