This commit is contained in:
cdle
2021-10-20 22:47:16 +08:00
parent d5783cb44d
commit 2615959738
+1
View File
@@ -222,6 +222,7 @@ func initSys() {
},
{
Rules: []string{"notify ?"},
Admin: true,
Handle: func(s Sender) interface{} {
NotifyMasters(s.Get())
return "通知成功。"