summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:08:31 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:08:31 +0200
commitc491241989db700c5a3527ba9802639f59f30faf (patch)
treeb3da4797ec5c1c7d143523deabbb83d5c54d9179 /doc/it/autogen/user
parent1329dfb57ad6759316dfa366ec38176dfa59a837 (diff)
downloadweechat-c491241989db700c5a3527ba9802639f59f30faf.zip
core: update translations
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/weechat_commands.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc
index fdffcf0ce..8ff3ccee0 100644
--- a/doc/it/autogen/user/weechat_commands.adoc
+++ b/doc/it/autogen/user/weechat_commands.adoc
@@ -274,6 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac
> greater
=~ is matching POSIX extended regex
!~ is NOT matching POSIX extended regex
+ =* is matching wildcard mask
+ !* is NOT matching wildcard mask
An expression is considered as "true" if it is not NULL, not empty, and different from "0".
The comparison is made using integers if the two expressions are valid integers.
@@ -328,6 +330,7 @@ Examples (conditions):
/eval -n -c abcd =~ (?-i)^ABC ==> 0
/eval -n -c abcd =~ (?-i)^abc ==> 1
/eval -n -c abcd !~ abc ==> 0
+ /eval -n -c abcd =* a*d ==> 1
----
[[command_weechat_filter]]