Fixed missing msgcat strings

This commit is contained in:
Teh PeGaSuS
2026-03-05 19:23:44 +01:00
parent c26418aff2
commit 4003a17245
+2 -2
View File
@@ -492,9 +492,9 @@ namespace eval cmgmt {
status {
if {[channel get $chan addBans]} {
set turned "enabled"
set turned [::msgcat::mc is.enabled]
} else {
set turned "disabled"
set turned [::msgcat::mc is.disabled]
}
putserv "PRIVMSG $chan :[::msgcat::mc autoadd.status $turned $chan]"
return 0