Remove pread

This commit is contained in:
Chance Zibolski
2014-07-14 17:05:06 -07:00
parent 30980fcbad
commit 846881130f
2 changed files with 4 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ type Connection struct {
PingFreq time.Duration
KeepAlive time.Duration
socket net.Conn
netsock net.Conn
pread, pwrite chan string
end chan struct{}
socket net.Conn
netsock net.Conn
pwrite chan string
end chan struct{}
nick string //The nickname we want.
nickcurrent string //The nickname we currently have.