From 4d2d36fc65cc6ab77f719455b2a31fabe46d251b Mon Sep 17 00:00:00 2001 From: Thomas Jager Date: Mon, 25 Jul 2016 01:29:06 +0200 Subject: [PATCH] Remove unreacable code --- irc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/irc.go b/irc.go index 9043e88..f8b44c6 100644 --- a/irc.go +++ b/irc.go @@ -152,7 +152,6 @@ func (irc *Connection) writeLoop() { } } } - return } // Pings the server if we have not received any messages for 5 minutes