diff --git a/Chanban/chanban.tcl b/Chanban/chanban.tcl index 4335bbc..9c7d17c 100644 --- a/Chanban/chanban.tcl +++ b/Chanban/chanban.tcl @@ -106,7 +106,6 @@ namespace eval cmgmt { # Auto add bans # ---------- proc abans {nick uhost hand chan mode target} { - putlog "DEBUG autobans: nick=$nick chan=$chan mode=$mode target=$target" set hostmask [maskhost ${nick}![getchanhost $nick $chan] $::cmgmt::noAddType] set banReason "$::cmgmt::banReason \(auto-added\)" @@ -129,7 +128,6 @@ namespace eval cmgmt { } proc rbans {nick uhost hand chan mode target} { - putlog "DEBUG autobans: nick=$nick chan=$chan mode=$mode target=$target" if {![channel get $chan addBans]} { return 0 } @@ -153,7 +151,6 @@ namespace eval cmgmt { # and make them sticky so the bot doesn't remove them bind cron * "*/5 * * * *" ::cmgmt::addextbans proc addextbans {minute hour day month weekday} { - putlog "Adding existing extbans to banlist" foreach chan [channels] { foreach cban [chanbans $chan] { set mask [lindex [split $cban] 0]