update
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ func (ct *Chat) Push(content interface{}) {
|
||||
}
|
||||
|
||||
func NotifyMasters(content string) {
|
||||
if sillyGirl.GetBool("ignore_notify", true) == true {
|
||||
if sillyGirl.GetBool("ignore_notify", false) == true {
|
||||
return
|
||||
}
|
||||
for _, class := range []string{"tg", "qq"} {
|
||||
|
||||
Reference in New Issue
Block a user