From bc079b007dbef41db8082f3e668a5e131bd60300 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 Feb 2013 13:27:36 +0100 Subject: 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. --- doc/fr/autogen/plugin_api/hdata.txt | 1 + doc/fr/autogen/user/irc_options.txt | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/fr/autogen') 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`) -- cgit v1.2.3