diff --git a/Chanban/cmgmt.tcl b/Chanban/cmgmt.tcl index 4e8b25e..4ab9154 100644 --- a/Chanban/cmgmt.tcl +++ b/Chanban/cmgmt.tcl @@ -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