diff options
author | Nils Görs <weechatter@arcor.de> | 2012-12-05 19:39:50 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-05 19:39:50 +0100 |
commit | d224594194e68dc8addce8a6da9001c72f6d1dcc (patch) | |
tree | 4ad96be47af2de8135d5b9f658b1ae4e5197824b /doc/it/autogen/user/irc_options.txt | |
parent | d544a47e2ca56e84db55acce54f5d20a531b7f14 (diff) | |
download | weechat-d224594194e68dc8addce8a6da9001c72f6d1dcc.zip |
irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256)
Diffstat (limited to 'doc/it/autogen/user/irc_options.txt')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index 416355149..952a3a74d 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -419,7 +419,7 @@ ** valori: 1 .. 65535 (valore predefinito: `10`) * [[option_irc.server_default.autorejoin]] *irc.server_default.autorejoin* -** descrizione: `rientra automaticamente nei canali dopo il kick` +** descrizione: `automatically rejoin channels after kick; you can define a buffer local variable on a channel to override this value (name of variable: "autorejoin", value: "on" or "off")` ** tipo: bool ** valori: on, off (valore predefinito: `off`) |