summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
commit785066832761966676d5382b047b9e2ef2d1c045 (patch)
treea322394f3385e951a77bdc935addc008fb6387f0 /doc/it/autogen/user/weechat_commands.txt
parentdaee18621e752a1047337acbfd56e3d40d12976f (diff)
downloadweechat-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.txt10
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.
........................................
-&bull; *`/uptime`* `[-o]`::
+&bull; *`/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)
........................................
-&bull; *`/version`* `[-o]`::
+&bull; *`/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)
........................................
&bull; *`/wait`* `numero[unità] comando`::