I want to add this feature at my tcl : If guest_user add ban , Bot deop and remove ban I try with ... proc no_manual_add_ban {nick uhost hand chan mode ban} { if {(![matchattr $hand b]) && (![matchattr $hand n])} { pushmode $chan -o $nick putlog "Manual ban on $chan - Ban : $ban" p...