Fix typo on pm addban proc name

This commit is contained in:
Teh PeGaSuS
2026-03-03 20:06:49 +01:00
parent 033f15a3de
commit ccce0e8ec5
+1 -1
View File
@@ -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]} {