Update Chanban/cmgmt.tcl

This commit is contained in:
Teh PeGaSuS
2026-03-09 16:48:29 +01:00
parent 434c540e89
commit 9c133201be
+1 -1
View File
@@ -954,7 +954,7 @@ namespace eval cmgmt {
set chan [lindex [split $text] 0]
if {![matchstr "#*" $chan]} {
putserv "PRIVMSG $nick :[::msgcat::mc pm.error.syntax] banlist <#chan> <nick>"
putserv "PRIVMSG $nick :[::msgcat::mc pm.error.syntax] banlist <#chan>"
return 0
}