diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 09:00:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 09:00:27 +0100 |
commit | 8492280120dc256e667ac887b15526ffcff0127e (patch) | |
tree | 4e6250a559b9d3fc5ef754e20ccc616e3180005c /doc/it | |
parent | a974776fa0faf26a8e7577bc46be7239824865c4 (diff) | |
download | weechat-8492280120dc256e667ac887b15526ffcff0127e.zip |
doc: update auto-generated files with WeeChat commands
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index a47d58966..92377941c 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -232,10 +232,11 @@ infolists: display infos about infolists [command]*`eval`* evaluate expression:: ---- -/eval [-n] <espressione> - [-n] -c <espressione1> <operatore> <espressione2> +/eval [-n|-s] <expression> + [-n] -c <expression1> <operator> <expression2> -n: display result without sending it to buffer (debug mode) + -s: split expression (many commands can be separated by semicolons) -c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1") expression: expression to evaluate, variables with format ${variable} are replaced (see below); many commands can be separated by semicolons operator: a logical or comparison operator: |