bind pub - !off off proc off {nick uhand host chan text} { global botnick dj if {[string match -nocase "#DJ" $chan]} { putquick "chghost $nick $dj(host)" putquick "chgident $nick $dj(ident)" putquick "chgname $nick $dj(name)" putquick "operserv raw svsmode $nick +Wq :1" putquick "operserv raw svsnick $nick $nick :1" } }