diff options
-rw-r--r-- | process.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |