mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
Add list of tags in /help filter
This commit is contained in:
@@ -4261,11 +4261,19 @@ command_init ()
|
||||
"line (use \\t to separate prefix from message, special "
|
||||
"chars like '|' must be escaped: '\\|')\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"
|
||||
" 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, "
|
||||
"irc_ctcp_reply, irc_smart_filter, away_info.\n\n"
|
||||
"Examples:\n"
|
||||
" use IRC smart filter for join/part/quit messages:\n"
|
||||
" /filter add irc_smart * irc_smart_filter *\n"
|
||||
" filter all IRC join/part/quit messages:\n"
|
||||
" /filter add joinquit * irc_join,irc_part,irc_quit *\n"
|
||||
" filter nicks displayed when joining channels or with /names:\n"
|
||||
" /filter add nicks * irc_366 *\n"
|
||||
" filter nick \"toto\" on IRC channel #weechat:\n"
|
||||
" /filter add toto irc.freenode.#weechat * toto\\t\n"
|
||||
" filter lines containing word \"spam\":\n"
|
||||
|
||||
Reference in New Issue
Block a user