mIRC IRCv3 tags: help!

just tested it and it’s working fine here.
I used this to test it :stuck_out_tongue:

on :text:!test:#: {
if (subscriber=1 isin $msgtags) {
msg # You’re a sub
}
else { you’re not a sub
}
}