forked from x/icebergs
add some
This commit is contained in:
parent
67b1e41db9
commit
b1bd23cc26
2
init.go
2
init.go
@ -64,7 +64,7 @@ var Index = &Context{Name: ICE, Help: "冰山模块", Commands: Commands{
|
|||||||
m.Cmd(EXPORT, IMPORT)
|
m.Cmd(EXPORT, IMPORT)
|
||||||
m.Cmd(SOURCE, ETC_INIT_SHY)
|
m.Cmd(SOURCE, ETC_INIT_SHY)
|
||||||
loadImportant(m)
|
loadImportant(m)
|
||||||
m.Cmd(CTX_OPEN)
|
// m.Cmd(CTX_OPEN)
|
||||||
}},
|
}},
|
||||||
QUIT: {Hand: func(m *Message, arg ...string) {
|
QUIT: {Hand: func(m *Message, arg ...string) {
|
||||||
m.GoSleep300ms(func() { os.Exit(kit.Int(kit.Select("0", arg, 0))) })
|
m.GoSleep300ms(func() { os.Exit(kit.Int(kit.Select("0", arg, 0))) })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user