diff --git a/src/context/web/web.go b/src/context/web/web.go index 5ac47646..10e81c72 100644 --- a/src/context/web/web.go +++ b/src/context/web/web.go @@ -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 }