From 37061a93ab7add5e43929a4fe93507c8f31d94eb Mon Sep 17 00:00:00 2001 From: shaoying Date: Fri, 1 Dec 2017 05:02:44 +0800 Subject: [PATCH] =?UTF-8?q?mac=20syn=200.3.0=20=E5=90=8C=E6=AD=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/context/web/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }