Bug #3946
closed$ulist doesn't working propertly on wildcards
0%
Description
Hello,
There is a bug, when i am trying to search into user list via wildcard parameter the $ulist doesn't trigger.
Example Code:
//.auser exemp *@79.166.74.* | hadd -m dbl ip 79.166.74.40 | echo -a IS: $ulist($hget(dbl,ip),exemp,1) | hfree dbl | .ruser exemp *@79.166.74.*
- Thanks!
Updated by Stefano Dipietro over 6 years ago
westor (GR) wrote:
Hello,
There is a bug, when i am trying to search into user list via wildcard parameter the $ulist doesn't trigger.
Example Code:
[...]
- Thanks!
Any fix related that issue? it's effecting my code..
Updated by Per Amundsen over 6 years ago
The pattern matching/algorithms used for user access level is not very transparent, it also seems to do a lookup and then a reverse lookup, it's all very illogical.
I fixed this single case, but I can't guarantee it doesn't break other patterns or that other patterns matches mIRC.
You can test it in this build https://adiirc.com/build/1534638311/AdiIRC.exe.
Updated by westor (GR) over 6 years ago
So far i tested some combinations seems to working all.