diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-01 08:05:38 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-01 08:05:38 +0200 |
commit | 5ef4ecb5ab97bd763c396af749ddc9410e6516f6 (patch) | |
tree | 7df3df5d605e2b31869bd26ff7472c581b8cce5c /src/core | |
parent | b3b0f2d31c4d3c6a31561c3793c61dd81287daa8 (diff) | |
download | weechat-5ef4ecb5ab97bd763c396af749ddc9410e6516f6.zip |
Add missing tag "no_log" in /help filter
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c5db08ae5..396b26c9c 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4626,7 +4626,7 @@ command_init () "and one for message\n\n" "The default key alt+'=' toggles filtering on/off.\n\n" "Tags most commonly used:\n" - " no_filter, no_highlight, log0..log9 (log level),\n" + " no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server " "raw), irc_numeric, irc_error, irc_action, irc_ctcp, " |