summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r--doc/it/weechat_faq.it.txt24
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index 3befff722..97aa7c8c4 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -311,14 +311,28 @@ A seconda della versione di 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?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+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 must add a filter on tag "irc_366":
+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 *
----------------------------------------