Remove unnecessary return

This commit is contained in:
Thomas Jager 2016-02-06 21:20:35 +01:00
parent a767654908
commit ab737c68eb

1
irc.go
View File

@ -83,7 +83,6 @@ func (irc *Connection) readLoop() {
}
}
}
return
}
//Parse raw irc messages