Actions
Bug #4845
closed$identifiers in $read() are not evaluated correctly
Start date:
01/04/2020
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I recently reported #4843 issue so this is related on that but now with $identifiers.
I tested it only in ON NICK event, i am not sure if other events with other identifiers causing the same issue.
Example :
ON !*:NICK: { var %f = test_nicks.txt echo -a IS: $read(%f) }
test_nicks.txt -->>
hey $nick why you changed your nickname to $newnick $+ ? oh $newnick is not better than $nick $+ !
- Thanks!
Updated by westor (GR) almost 5 years ago
Forgot to mention it, that $newnick doesn't evaluated in the example test.
Updated by Per Amundsen almost 5 years ago
- Status changed from New to Duplicate
Identifiers and %variables are evaluated correct, except local ones, this was already fixed in the previous issue.
Actions