From 7512ae4b1fa354ac66867767b6aa76a586c8246f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 28 Jul 2010 11:59:19 +0200 Subject: Add example of printed message with tag "no_log" in scripting guide --- doc/it/weechat_scripting.it.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/it') 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") -- cgit v1.2.3