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