proc mode:force_unban {nick uhost hand chan mode {target ""}} { global botnick if {$nick == Lea} {return} else { if {$target == ""} { set target "$botnick" } if {![regexp {^~(c|r)} $target]} { timer 30 [list pushmode $chan -b $target] return } } } bind mode -|- "*...