From 60ec5476c518cba0376ed0b2226265c3efd25653 Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Sun, 1 Mar 2026 17:36:42 +0100 Subject: [PATCH] Update Chanban/chanban.tcl --- Chanban/chanban.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chanban/chanban.tcl b/Chanban/chanban.tcl index fbe6656..a310350 100644 --- a/Chanban/chanban.tcl +++ b/Chanban/chanban.tcl @@ -98,7 +98,7 @@ namespace eval cmgmt { # # If you touch the code below and then complain the script "suddenly stopped working" I'll touch you at night. # ---------- - variable scriptName "Channel Management v1.1 by PeGaSuS" + variable scriptName "Channel Management v01.03.2026 by PeGaSuS" # ---------- # Auto add bans @@ -113,7 +113,7 @@ namespace eval cmgmt { if {$nick ne $::botnick && $nick ni $::cmgmt::noAddNicks && $hostmask ni $::cmgmt::noAddMasks} { if {[matchstr "~*" $target] && ![isban $target $chan]} { - newchanban $chan $target $nick $banReason 0 sticky + newchanban $chan $target $nick EXTBAN 0 sticky return 0 } else { newchanban $chan $target $nick $banReason 0