nothing but i need it for ppl who cant acces the bot. proc proc_ban2 { nick uhost hand chan text } { global botnick if {[onchan $text]} { if {$text == $botnick} { return 0 } set banmask [getchanhost $text $chan] putquick "MODE $chan +b $banmask" putkick $chan $text :Requested utimer 5 &quo...