diff --git a/irc_struct.go b/irc_struct.go index 9530fbf..e29f377 100644 --- a/irc_struct.go +++ b/irc_struct.go @@ -23,7 +23,7 @@ type Connection struct { Timeout time.Duration PingFreq time.Duration KeepAlive time.Duration - Server string + Server string socket net.Conn pwrite chan string