diff --git a/irc_struct.go b/irc_struct.go index cff0ad6..a2e22bd 100644 --- a/irc_struct.go +++ b/irc_struct.go @@ -18,10 +18,10 @@ type Connection struct { UseTLS bool TLSConfig *tls.Config - socket net.Conn - pread, pwrite chan string + socket net.Conn + pread, pwrite chan string syncreader, syncwriter, syncpinger chan bool - endping chan bool + endping chan bool nick string //The nickname we want. nickcurrent string //The nickname we currently have.