diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 17:19:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 17:19:14 +0100 |
commit | 785066832761966676d5382b047b9e2ef2d1c045 (patch) | |
tree | a322394f3385e951a77bdc935addc008fb6387f0 /doc/it/autogen/user/weechat_commands.txt | |
parent | daee18621e752a1047337acbfd56e3d40d12976f (diff) | |
download | weechat-785066832761966676d5382b047b9e2ef2d1c045.zip |
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index afa831aed..ce238f246 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -320,20 +320,22 @@ Questo comando esegue nuovamente un binario WeeChat, perciò deve essere stato compilato o installato con un gestore di pacchetti prima di eseguire questo comando. ........................................ -• *`/uptime`* `[-o]`:: +• *`/uptime`* `[-o | -ol]`:: ........................................ mostra l'uptime di WeeChat - -o: invia l'uptime al buffer corrente come input + -o: send uptime to current buffer as input (english string) + -ol: send uptime to current buffer as input (translated string) ........................................ -• *`/version`* `[-o]`:: +• *`/version`* `[-o | -ol]`:: ........................................ mostra la versione e la data di compilazione di WeeChat - -o: invia versione al buffer corrente come input + -o: send version to current buffer as input (english string) + -ol: send version to current buffer as input (translated string) ........................................ • *`/wait`* `numero[unità ] comando`:: |