diff --git a/core/test.go b/core/test.go index c3d378d..09f2412 100644 --- a/core/test.go +++ b/core/test.go @@ -95,6 +95,7 @@ func initSys() { Admin: true, Handle: func(s im.Sender) interface{} { s.Disappear() + sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID())) Daemon() return nil },