1
0
forked from x/ContextOS

mac syn 0.3.0 同步修改

This commit is contained in:
shaoying 2017-12-01 05:02:44 +08:00
parent dd2568959b
commit 37061a93ab

View File

@ -171,7 +171,7 @@ func (web *WEB) Spawn(c *ctx.Context, m *ctx.Message, arg ...string) ctx.Server
}
// }}}
func (web *WEB) Exit(m *ctx.Message, arg ...string) bool { // {{{
func (web *WEB) Close(m *ctx.Message, arg ...string) bool { // {{{
return true
}