diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-19 15:48:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-19 15:48:24 +0100 |
commit | b384b4257c698ee195e53e2adfd8d202b508d539 (patch) | |
tree | 757d99057393f93c891e49a4cfb3f6815e0a671d /doc/pl | |
parent | 5b236c56581771663f1279ad66ec44584d3d7bc4 (diff) | |
download | weechat-b384b4257c698ee195e53e2adfd8d202b508d539.zip |
Add some tags in FAQ to filter IRC messages displayed when joining channel
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index b1ba23a10..1403ca42d 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -304,14 +304,28 @@ W zależności od wersji WeeChat: // TRANSLATION MISSING -[[filter_irc_channel_names]] -How can I filter names displayed when I join an IRC channel? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[[filter_irc_join_channel_messages]] +How can I filter some messages displayed when I join an IRC channel? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -You must add a filter on tag "irc_366": +Some tags you can use to filter messages: +* '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_names * irc_366 * +/filter add irc_join_topic_date * irc_332,irc_333 * ---------------------------------------- |