diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-29 14:11:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-29 14:11:54 +0200 |
commit | 4007a2d7c193532fd4e65c8de90761f5a9fa8524 (patch) | |
tree | 1cc067893cc55c42fe98ccea07ebe8ef4e9c55e3 /doc/it/weechat_scripting.it.txt | |
parent | 7512ae4b1fa354ac66867767b6aa76a586c8246f (diff) | |
download | weechat-4007a2d7c193532fd4e65c8de90761f5a9fa8524.zip |
Update italian translations and scripting guide
Diffstat (limited to 'doc/it/weechat_scripting.it.txt')
-rw-r--r-- | doc/it/weechat_scripting.it.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt index 981f69891..75787e1da 100644 --- a/doc/it/weechat_scripting.it.txt +++ b/doc/it/weechat_scripting.it.txt @@ -371,11 +371,11 @@ Esempi: [source,python] ---------------------------------------- -# display "hello" on core buffer +# visualizza "hello" sul buffer core weechat.prnt("", "hello") -# display "hello" on core buffer, but do not write it to log file -# (version >= 0.3.3 only) +# visualizza "hello" sul buffer core, ma non salva sul file di log +# (solo versioni >= 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "hello") # visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente |