This is a followup from another thread, regarding the issue of bots not timing out things we want cleared.

We should be able to scan $rawmsg or the channel itself, and then resend the timeout. I am looking to basically do the following:

Code:
on !*:text:*:#:{
... code here ...
        msg # .timeout $nick 1
        if (CLEARCHAT $nick !isin $rawmsg) {
          msg # .timeout $nick 1
        }
... code here ...
}


Looking for some assistance in making this work.

Thanks!

Last edited by keyeslol; 25/08/15 06:43 PM.

twitter @keyeslol