mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2015
Posts: 2
I
Bowl of petunias
OP Offline
Bowl of petunias
I
Joined: Oct 2015
Posts: 2
I am currently trying to moderate a few twitch channels using MIRC and on text events but it fails to work when the user uses /me before their message. On twitch, the /me command will change the text color of their message. For some reason MIRC doesn't seem to recognize the message when they do this and doesn't ban the user. Here is the simple script I use for the ban.

on *:TEXT: *w.atch*:#:{
msg $chan /ban $nick
}

A normal twitch message comes through as:
<invaderscs> just testing

And a twitch message with /me comes through as:
* invaderscs just testing


If anyone knows how to get around the /me for twitch, that would help a ton.

Thanks

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
on action

Joined: Oct 2015
Posts: 2
I
Bowl of petunias
OP Offline
Bowl of petunias
I
Joined: Oct 2015
Posts: 2
Worked perfectly. Thanks for the help


Link Copied to Clipboard