summaryrefslogtreecommitdiff
path: root/doc/fr/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-02-17 13:27:36 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-02-17 13:27:36 +0100
commitbc079b007dbef41db8082f3e668a5e131bd60300 (patch)
tree7f19e0187ec5cbd555a720186c1c4372e52f68b7 /doc/fr/autogen
parent6e3f6270d1af8863b9fa602732e83d6f139df8a8 (diff)
downloadweechat-bc079b007dbef41db8082f3e668a5e131bd60300.zip
irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405)
The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic.
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r--doc/fr/autogen/plugin_api/hdata.txt1
-rw-r--r--doc/fr/autogen/user/irc_options.txt7
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt
index a56613426..f7e0719f7 100644
--- a/doc/fr/autogen/plugin_api/hdata.txt
+++ b/doc/fr/autogen/plugin_api/hdata.txt
@@ -42,6 +42,7 @@
'nicks_speaking' (pointer) +
'nicks_speaking_time' (pointer, hdata: "irc_channel_speaking") +
'last_nick_speaking_time' (pointer, hdata: "irc_channel_speaking") +
+ 'join_smart_filtered' (hashtable) +
'buffer' (pointer, hdata: "buffer") +
'buffer_as_string' (string) +
'prev_channel' (pointer, hdata: "irc_channel") +
diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt
index a3cddf431..7fb0545d2 100644
--- a/doc/fr/autogen/user/irc_options.txt
+++ b/doc/fr/autogen/user/irc_options.txt
@@ -303,8 +303,13 @@
** type: booléen
** valeurs: on, off (valeur par défaut: `on`)
+* [[option_irc.look.smart_filter_join_unmask]] *irc.look.smart_filter_join_unmask*
+** description: `délai pour démasquer un message "join" qui a été filtré avec l'étiquette "irc_smart_filter" (en minutes): si le pseudo a rejoint au maximum il y a N minutes et qu'il a dit quelque chose sur le canal (message, notice ou mise à jour du topic), le "join" est démasqué, tout comme les changements de pseudo après ce "join" (0 = désactiver: ne jamais démasquer un "join")`
+** type: entier
+** valeurs: 0 .. 10080 (valeur par défaut: `30`)
+
* [[option_irc.look.smart_filter_nick]] *irc.look.smart_filter_nick*
-** description: `activer le filtre intelligent pour les messages "nick"`
+** description: `activer le filtre intelligent pour les messages "nick" (changements de pseudo)`
** type: booléen
** valeurs: on, off (valeur par défaut: `on`)