1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: add missing parameter "-yes" in /help dehalfop

This commit is contained in:
Sébastien Helleu
2020-12-06 15:47:52 +01:00
parent 4974c2f0a2
commit cd7947d8fc
+1 -1
View File
@@ -6579,7 +6579,7 @@ irc_command_init ()
weechat_hook_command (
"dehalfop",
N_("remove channel half-operator status from nick(s)"),
N_("<nick> [<nick>...]"),
N_("<nick> [<nick>...] || * -yes"),
N_("nick: nick or mask (wildcard \"*\" is allowed)\n"
" *: remove channel half-operator status from everybody on channel "
"except yourself"),