Fixed missing msgcat strings
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user