In the newest mirc which is still in beta, there is a $msgtags identifier which returns color=#1E90FF;display-name=Lilqx;emotes=46354:7-17;subscriber=0;turbo=0;user-type=
To check if someone is a subscriber you can do:
if subscriber=1 isin $msgtags {
…insert code here…
}
to check if the user was a mod you can do
if user-type=mod isin $msgtags {
…insert code here etc…
}
The messages display in channel properly, and all the capability requests work fine.