Anyone have a script that can target a user who uses a specific word in a sentence and time them out for certain amount of seconds?
on *:TEXT:word:#channel: {
msg $chan /timeout $nick 600
}
this one doesn't work when they use the key word in a sentence.
