diff options
Diffstat (limited to 'process.go')
-rw-r--r-- | process.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -835,7 +835,6 @@ func (sc *ServerConn) process(pkt mt.Pkt) { case mt.LeaveOK: delete(clt.modChs, cmd.Channel) } - } clt.Send(pkt) |