diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-14 09:53:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-14 09:53:07 +0200 |
commit | dfb6516a11a053150d69e8c3957f607293065ba9 (patch) | |
tree | 27099f62544a867af00546b82ced70c30905da3b /doc/it/autogen/user | |
parent | 21c5583c3b5d1e6d05b97da4ec6f492bfcea8b2a (diff) | |
download | weechat-dfb6516a11a053150d69e8c3957f607293065ba9.zip |
irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/irc_options.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/irc_options.asciidoc b/doc/it/autogen/user/irc_options.asciidoc index 9826eace0..5ca72c49e 100644 --- a/doc/it/autogen/user/irc_options.asciidoc +++ b/doc/it/autogen/user/irc_options.asciidoc @@ -329,9 +329,9 @@ ** valori: 0 .. 10080 (valore predefinito: `30`) * [[option_irc.look.smart_filter_mode]] *irc.look.smart_filter_mode* -** descrizione: `enable smart filter for "mode" messages: "*" to filter all modes, "xyz" to filter only modes x/y/z, "-xyz" to filter all modes but not x/y/z; examples: "ovh": filter modes o/v/h, "-bkl": filter all modes but not b/k/l` +** descrizione: `enable smart filter for "mode" messages: "*" to filter all modes, "+" to filter all modes in server prefixes (for example "ovh"), "xyz" to filter only modes x/y/z, "-xyz" to filter all modes but not x/y/z; examples: "ovh": filter modes o/v/h, "-bkl": filter all modes but not b/k/l` ** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `"ovh"`) +** valori: qualsiasi stringa (valore predefinito: `"+"`) * [[option_irc.look.smart_filter_nick]] *irc.look.smart_filter_nick* ** descrizione: `abilita filtro smart per i messaggi "nick" (cambio nick)` |