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:

Code:
if (timeout_success isin $msgtags) {
  echo -a timeout success
}


i am debugging raw events, and see the event come through. Any ideas?

Last edited by keyeslol; 13/11/15 06:29 PM.