Actions
Bug #4916
closed$msgtags(N) .key/.tag properties are swapped
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).key included and i noticed that it returns the .tag property results instead of the correct one.
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).key }
Results: unrealircd.org/userhost
It should be: aa@79.103.113.2
- Thanks!
Updated by Per Amundsen almost 5 years ago
- Subject changed from $msgtags(N).key returns incorrect results to $msgtags(N) .key/.tag properties are swapped
- Status changed from New to Resolved
Updated by Per Amundsen almost 5 years ago
- Status changed from Resolved to Closed
Actions