Thanks, I have a TCL script from this forum to do a PRIVMSG, is it possible to make a copy of it that does an action on the word 'action' intstead of a PRIVMSG on the word 'say'? The scripts is below. bind msg m say pub:say proc pub:say { nick uhost hand text } { if {[llength [split $text]] < 2} { p...