update
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ func initSys() {
|
||||
Cron: "*/1 * * * *",
|
||||
Admin: true,
|
||||
Handle: func(s Sender) interface{} {
|
||||
if !sillyGirl.GetBool("auto_update", true) {
|
||||
if s.GetImType() == "fake" && !sillyGirl.GetBool("auto_update", true) {
|
||||
return nil
|
||||
}
|
||||
s.Reply("开始检查核心更新...", E)
|
||||
|
||||
Reference in New Issue
Block a user