diff options
Diffstat (limited to 'doc/en/weechat_scripting.en.adoc')
-rw-r--r-- | doc/en/weechat_scripting.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index 269ff368d..4db1352d8 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -883,7 +883,7 @@ Examples: weechat.prnt("", "hello") # display "hello" on core buffer, but do not write it to log file -# (version >= 0.3.3 only) +# (version ≥ 0.3.3 only) weechat.prnt_date_tags("", 0, "no_log", "hello") # display prefix "==>" and message "hello" on current buffer |