revert some changes but also update err chan for new connection so further errors are received in Loop

This commit is contained in:
peted
2015-11-14 23:51:15 +10:00
parent 937f84605b
commit 5a16c2581e
2 changed files with 4 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ type Connection struct {
socket net.Conn
pwrite chan string
end chan int
end chan struct{}
nick string //The nickname we want.
nickcurrent string //The nickname we currently have.