From 26159597381f2c43d2a70f0178b23dde640db4fc Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 20 Oct 2021 22:47:16 +0800 Subject: [PATCH] update --- core/test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/test.go b/core/test.go index 3f2f7a5..a050cc0 100644 --- a/core/test.go +++ b/core/test.go @@ -222,6 +222,7 @@ func initSys() { }, { Rules: []string{"notify ?"}, + Admin: true, Handle: func(s Sender) interface{} { NotifyMasters(s.Get()) return "通知成功。"