From 78ee9c8f5d72b34b0094a03e5a1dfc5deb4d8c6a Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Sun, 1 Mar 2026 22:35:30 +0100 Subject: [PATCH] Update Chanban/chanban.tcl Get rid of debug code --- Chanban/chanban.tcl | 3 --- 1 file changed, 3 deletions(-) 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]