update
This commit is contained in:
@@ -30,6 +30,7 @@ type Sender interface {
|
||||
type Edit int
|
||||
type Replace int
|
||||
type Notify int
|
||||
type Article []string
|
||||
|
||||
var E Edit
|
||||
var R Replace
|
||||
|
||||
@@ -20,7 +20,6 @@ func init() {
|
||||
if tp == "fake" && sillyGirl.GetBool("update_notify", false) == true { //
|
||||
time.Sleep(time.Second * 10)
|
||||
NotifyMasters("自动更新完成。")
|
||||
|
||||
return
|
||||
}
|
||||
msg := "重启完成。"
|
||||
|
||||
Reference in New Issue
Block a user