hi there,
i think i've just found a bug in the $highlight() function:
if you have a on text script like the following:
on 1:TEXT:*:*:{
if ($highlight($1-)) {
echo -a highlight match: $highlight($1-)
}
}
and someone says: "54564564532" then this event will show:
highlight match: 1
...
[14:22:13] <@iw|Tiberius> 54564564532
highlight match: 1
...
i wonder why $highlight() reacts like this, because i've only a highlight on "pap" atm ...
i also checked wether it could be only the $highlight value if highlight is turned on or not - but i tried it both with highlight turned on and off
hf
-tib