diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
commit | 114fe22a80833eebbf6f12bced5ab62081bff1ad (patch) | |
tree | 8ab68fd6bc67ef9606bcd3c5d50a16823b028404 /doc/it | |
parent | 5f37c2801898c7ae2c4dbab4ce22da2274091ad6 (diff) | |
download | weechat-114fe22a80833eebbf6f12bced5ab62081bff1ad.zip |
Add new option weechat.look.confirm_quit
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 7 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 8eabc7076..49c0f8156 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -293,13 +293,14 @@ /proxy del mioproxy ........................................ -• *`/quit`* `[argomenti]`:: +• *`/quit`* `[-yes] [arguments]`:: ........................................ esce da WeeChat - argomenti: testo inviato con il segnale "quit" - (ad esempio il plugin irc usa questo testo per inviare il messaggio di uscita al server) + -yes: required if option weechat.look.confirm_quit is enabled + arguments: text sent with signal "quit" + (for example irc plugin uses this text to send quit message to server) ........................................ • *`/reload`* `[file [file....]]`:: diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 0dad30f4d..8420104ff 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -388,6 +388,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: "") +* *weechat.look.confirm_quit* +** descrizione: if set, /quit command must be confirmed with extra argument "-yes" (see /help quit) +** tipo: bool +** valori: on, off (valore predefinito: off) + * *weechat.look.day_change* ** descrizione: mostra un messaggio speciale al cambio di data ** tipo: bool |