aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/process.go b/process.go
index 76e175d..b07eb5e 100644
--- a/process.go
+++ b/process.go
@@ -445,7 +445,6 @@ func (cc *ClientConn) process(pkt mt.Pkt) {
done := make(chan struct{})
go func(done chan<- struct{}) {
-
result, isCmd := onChatMsg(cc, cmd)
if !isCmd {
forward(pkt)