summaryrefslogtreecommitdiff
path: root/doc/it/weechat_scripting.it.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/weechat_scripting.it.txt')
-rw-r--r--doc/it/weechat_scripting.it.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt
index ea74cc64d..981f69891 100644
--- a/doc/it/weechat_scripting.it.txt
+++ b/doc/it/weechat_scripting.it.txt
@@ -374,6 +374,10 @@ Esempi:
# display "hello" on core buffer
weechat.prnt("", "hello")
+# display "hello" on core buffer, but do not write it to log file
+# (version >= 0.3.3 only)
+weechat.prnt_date_tags("", 0, "no_log", "hello")
+
# visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente
# (prefisso e messaggio vanno separati da una tabulazione)
weechat.prnt(weechat.current_buffer(), "==>\thello")