1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no arg)

This commit is contained in:
Sebastien Helleu
2005-07-19 12:19:06 +00:00
parent 220308e1fa
commit a9ca2987bb
6 changed files with 112 additions and 42 deletions
+1 -1
View File
@@ -1202,7 +1202,7 @@ weechat_cmd_debug (int argc, char **argv)
irc_display_prefix (NULL, PREFIX_ERROR);
gui_printf (NULL,
_("%s unknown option for \"%s\" command\n"),
WEECHAT_ERROR, "perl");
WEECHAT_ERROR, "debug");
return -1;
}