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:
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!