diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-17 13:27:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-17 13:27:36 +0100 |
commit | bc079b007dbef41db8082f3e668a5e131bd60300 (patch) | |
tree | 7f19e0187ec5cbd555a720186c1c4372e52f68b7 /doc/en/autogen/plugin_api | |
parent | 6e3f6270d1af8863b9fa602732e83d6f139df8a8 (diff) | |
download | weechat-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/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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") + |