summaryrefslogtreecommitdiff
path: root/doc/pl/autogen/user/weechat_commands.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-01-30 09:58:36 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-01-30 09:58:36 +0100
commit9871f26f0408137bede5647e8197efbb379ced0d (patch)
tree18b446e9dc5b438b89495fbe08d99b06e0a9a0c2 /doc/pl/autogen/user/weechat_commands.asciidoc
parent8492280120dc256e667ac887b15526ffcff0127e (diff)
downloadweechat-9871f26f0408137bede5647e8197efbb379ced0d.zip
core: split expression before evaluating it in command "/eval -s"
Diffstat (limited to 'doc/pl/autogen/user/weechat_commands.asciidoc')
-rw-r--r--doc/pl/autogen/user/weechat_commands.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc
index 88cfea02b..d1ac2020c 100644
--- a/doc/pl/autogen/user/weechat_commands.asciidoc
+++ b/doc/pl/autogen/user/weechat_commands.asciidoc
@@ -236,7 +236,7 @@ infolists: wyświetla informacje o infolistach
[-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)
+ -s: split expression before evaluating it (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: