Hey guys, trying to figure out why something isn't working. Using ircv3 msgtags i am looking for @msg-id=timeout_success in @raw.
The latest version of mIRC is supposed to strip the @ and store the event in $msgtags, however the following code does not echo:
if (timeout_success isin $msgtags) {
echo -a timeout success
}
i am debugging raw events, and see the event come through. Any ideas?