1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

irc: add missing modes in /help mode (synopsis of command)

This commit is contained in:
Sebastien Helleu
2011-10-27 12:22:27 +02:00
parent d072ec110f
commit 03dc86f58d
15 changed files with 49 additions and 32 deletions
+2 -2
View File
@@ -5012,8 +5012,8 @@ irc_command_init ()
NULL, &irc_command_me, NULL);
weechat_hook_command ("mode",
N_("change channel or user mode"),
N_("[<channel>] [+|-]o|p|s|i|t|n|b|v [<arguments>]"
" || <nick> [+|-]i|w|s|o"),
N_("[<channel>] [+|-]o|p|s|i|t|n|m|l|b|e|v|k "
"[<arguments>] || <nick> [+|-]i|s|w|o"),
N_("channel modes:\n"
" channel: channel name to modify (default is "
"current one)\n"