3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

don't close socket send channel

This commit is contained in:
Jeremy Latt 2014-02-14 19:30:28 -08:00
parent 50f1012c92
commit ac186a0669

View File

@ -1,7 +1,6 @@
package irc package irc
import ( import (
"log"
"net" "net"
"strings" "strings"
) )