From 8b3e6a50ace27054d34556bdc0d85f7aa9be1191 Mon Sep 17 00:00:00 2001 From: Thomas Jager Date: Fri, 31 Jul 2015 08:29:20 +0200 Subject: [PATCH] Fix ident --- irc_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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