From cd7947d8fcb6b5e01be9d80bdbf2961ab5f8a0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 6 Dec 2020 15:47:52 +0100 Subject: [PATCH] irc: add missing parameter "-yes" in /help dehalfop --- 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 6a7d14e8b..d48f2bdb0 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6579,7 +6579,7 @@ irc_command_init () weechat_hook_command ( "dehalfop", N_("remove channel half-operator status from nick(s)"), - N_(" [...]"), + N_(" [...] || * -yes"), N_("nick: nick or mask (wildcard \"*\" is allowed)\n" " *: remove channel half-operator status from everybody on channel " "except yourself"),