Like the title says I'm having an issue when bots are using /me my script won't recognize the links they post.
on *:text:*kos.su*:#:{
if (!$read(E:\Program Files (x86)\mIRC\op.txt,nw,* $+ $nick $+ *)) {
.timermsg 1 1 msg # .timeout $nick 1
msg # .timeout $nick 1
msg # Sorry no links in chat $nick
}
}
Anyway I can get around this?
Thanks for the help!