diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 12:22:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 12:22:27 +0200 |
commit | 03dc86f58d7ea7a55e123f2d988c7cd6449c036d (patch) | |
tree | 589396627cefa23e296df69b91801a040044a212 /src/plugins/irc | |
parent | d072ec110f257dc5163d4c36f5c2997381340f8f (diff) | |
download | weechat-03dc86f58d7ea7a55e123f2d988c7cd6449c036d.zip |
irc: add missing modes in /help mode (synopsis of command)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 3eacbcb4c..b9cc42ed1 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -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" |