diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-20 19:51:53 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-20 19:51:53 +0100 |
commit | f1d483303d1034bd421718c4823164b54f615089 (patch) | |
tree | 0a3671453c2ca858518e79e578b7b03bed7df9f5 /doc/en/weechat_faq.en.txt | |
parent | 98c6b1a81027bc30a4aaa2452cfef9516fce56e4 (diff) | |
download | weechat-f1d483303d1034bd421718c4823164b54f615089.zip |
doc: update question about messages displayed on channel join (FAQ)
Diffstat (limited to 'doc/en/weechat_faq.en.txt')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index e55dc9736..3730bd544 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -541,37 +541,13 @@ For help: `/help filter` and `/help irc.look.smart_filter` [[filter_irc_join_channel_messages]] === How can I filter some messages displayed when I join an IRC channel? -With WeeChat ≥ 0.4.1, you can disable some messages with option -'irc.look.display_join_message'. +With WeeChat ≥ 0.4.1, you can choose which messages are displayed or not when +joining a channel with the option 'irc.look.display_join_message' (see +`/help irc.look.display_join_message` for more info). -For example, to disable names (which is IRC message '366'): - ----- -/set irc.look.display_join_message "329,332,333" ----- - -[NOTE] -For help: `/help irc.look.display_join_message` - -Another solution is to filter messages on tag: - -* 'irc_366': names on channel -* 'irc_332,irc_333': channel topic/date -* 'irc_329': channel creation date - -You can find tags for other messages by looking at IRC raw server -(`/server raw`). - -Examples: - -* filter names: ----- -/filter add irc_join_names * irc_366 * ----- -* filter topic (and date): ----- -/filter add irc_join_topic_date * irc_332,irc_333 * ----- +To hide messages (but keep them in buffer), you can filter them using the tag +(for example 'irc_329' for channel creation date). See `/help filter` for help +with filters. [[filter_voice_messages]] === How can I filter voice messages (eg on Bitlbee server)? |