summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-03-24 13:02:26 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-03-24 13:02:26 +0100
commita08603c24c2a2b33fe8cdcb6e591ebf4cb7bd986 (patch)
tree344e827cf5bebbbad1dd6103b88df682ca69511b /doc/it/weechat_faq.it.txt
parente03310cb0d187bcf73485f25e9c40893238b17af (diff)
downloadweechat-a08603c24c2a2b33fe8cdcb6e591ebf4cb7bd986.zip
irc: add option irc.look.display_join_message (task #10895)
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r--doc/it/weechat_faq.it.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index 7714d484c..fb5e67588 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -600,7 +600,22 @@ Per aiuto: `/help filter` e `/help irc.look.smart_filter`
Come posso filtrare i messaggi visualizzati all'ingresso su un canale IRC?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Ecco alcuni tag da poter utilizzare per filtrare i messaggi:
+// TRANSLATION MISSING
+With WeeChat ≥ 0.4.1, you can disable some messages with option
+'irc.look.display_join_message'.
+
+// TRANSLATION MISSING
+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`
+
+// TRANSLATION MISSING
+Another solution is to filter messages on tag:
* 'irc_366': nomi sui canali
* 'irc_332,irc_333': topic/data del canale