diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index edb762dac..e0f557e47 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -133,11 +133,18 @@ The default key alt+'=' toggles filtering on/off. + Tags most commonly used: + no_filter, no_highlight, log0..log9 (log level), + notify_message, notify_private, notify_highlight, + irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. + Examples: use IRC smart filter for join/part/quit messages: /filter add irc_smart * irc_smart_filter * filter all IRC join/part/quit messages: /filter add joinquit * irc_join,irc_part,irc_quit * + filter nicks displayed when joining channels or with /names: + /filter add nicks * irc_366 * filter nick "toto" on IRC channel #weechat: /filter add toto irc.freenode.#weechat * toto\t filter lines containing word "spam": |