From ccce0e8ec54929f10166e6a6769e30341359186e Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Tue, 3 Mar 2026 20:06:49 +0100 Subject: [PATCH] Fix typo on pm addban proc name --- Chanban/cmgmt.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chanban/cmgmt.tcl b/Chanban/cmgmt.tcl index c3afc44..fb984b1 100644 --- a/Chanban/cmgmt.tcl +++ b/Chanban/cmgmt.tcl @@ -513,7 +513,7 @@ namespace eval cmgmt { # ---------- ### PM Addban - Be aware that this commands expects the mask to properly formatted - proc addban_pub {nick uhost hand text} { + proc addban_msg {nick uhost hand text} { set chan [lindex [split $text] 0] if {![matchstr "#*" $chan]} {