diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:00:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:00:24 +0100 |
commit | f376893681a09960e0797dbabee5203b29f2234f (patch) | |
tree | f8bd4e53e0a6fa2faa908bfff62721c65bd8fcd4 /doc/it/autogen/user | |
parent | 975b9c891209631909ebf6462edb3b072019f2e3 (diff) | |
download | weechat-f376893681a09960e0797dbabee5203b29f2234f.zip |
core: add option "-beep" in command /print
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index e124cd7bf..6d7ed42b6 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -569,6 +569,7 @@ Senza argomento, questo comando elenca i plugin caricati. ---- /print [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] -stdout|-stderr [<text>] + -beep -buffer: the buffer where text is displayed (default: current buffer) -core: alias of "-buffer core.weechat" @@ -580,9 +581,10 @@ Senza argomento, questo comando elenca i plugin caricati. date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: 2014-01-19T04:32:55 time: hh:mm:ss (example: 04:32:55) -tags: comma-separated list of tags (see /help filter for a list of tags most commonly used) - text: text to display (prefix and message must be separated by \t) + text: text to display (prefix and message must be separated by "\t", if text starts with "-", then add a "\" before) -stdout: display text on stdout (escaped chars are interpreted) -stderr: display text on stderr (escaped chars are interpreted) + -beep: alias of "-stderr \a" The options -action ... -quit use the prefix defined in options "weechat.look.prefix_*". @@ -601,7 +603,7 @@ Examples: display a snowman (U+2603): /print -escape \u2603 send alert (BEL): - /print -stderr \a + /print -beep ---- [[command_weechat_proxy]] |