Remove unreacable code

This commit is contained in:
Thomas Jager 2016-07-25 01:29:06 +02:00
parent 98c1902dd2
commit 4d2d36fc65

1
irc.go
View File

@ -152,7 +152,6 @@ func (irc *Connection) writeLoop() {
} }
} }
} }
return
} }
// Pings the server if we have not received any messages for 5 minutes // Pings the server if we have not received any messages for 5 minutes