Actions
Bug #4915
closed$msgtags(N).tag returns always $null
Start date:
02/03/2020
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I was trying to build a code with $msgtags(N).tag included and i noticed that it doesn't returns the tag at all.
Tested on UnrealIRCD 5.0.2
Rawlog:
<- 03/Φεβ/2020 16:19:55 - @unrealircd.org/userhost=aa@79.103.113.2;unrealircd.org/userip=aa@79.103.113.2;time=2020-02-03T14:20:11.927Z;msgid=9dVvA5oERgEK1DxEewReCT :testt!aa@DE38F073.E9CE96C9.3C097FA3.IP PRIVMSG #test :test
Code:
ON *:TEXT:*:#test: { echo -s IS: $msgtags(1).tag }
- Thanks!
Actions