revert some changes but also update err chan for new connection so further errors are received in Loop
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user