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/en/autogen/plugin_api/hdata.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/en/autogen/plugin_api') diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index ba73ebae1..c1edfb464 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/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") + -- cgit v1.2.3