kmsg.tcl is the file we made for the msg on kick
It contains this
bind kick - "#WorldChat *" msg

kick
proc msg

kick {nick host hand chan target reason} {
putserv "PRIVMSG $target :You've been kicked from #WorldChat for help /Join #WorldChat-Help Thanx."
}