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 "通知成功。"