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/user/irc_options.txt | |
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/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 6462c0ae2..6b5cd5800 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -303,8 +303,13 @@ ** type: boolean ** values: on, off (default value: `on`) +* [[option_irc.look.smart_filter_join_unmask]] *irc.look.smart_filter_join_unmask* +** description: `delay for unmasking a join message that was filtered with tag "irc_smart_filter" (in minutes): if a nick jas joined max N minutes ago and then says something on channel (message, notice or update on topic), the join is unmasked, as well as nick changes after this join (0 = disable: never unmask a join)` +** type: integer +** values: 0 .. 10080 (default value: `30`) + * [[option_irc.look.smart_filter_nick]] *irc.look.smart_filter_nick* -** description: `enable smart filter for "nick" messages` +** description: `enable smart filter for "nick" messages (nick changes)` ** type: boolean ** values: on, off (default value: `on`) |