Fix typo on pm addban proc name
This commit is contained in:
+1
-1
@@ -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]} {
|
||||
|
||||
Reference in New Issue
Block a user