removed irc.Disconnect() comment

This commit is contained in:
soda 2014-06-21 17:21:15 +02:00
parent 2a60a33ae9
commit 9328e32771

1
irc.go
View File

@ -172,7 +172,6 @@ func (irc *Connection) Loop() {
break
}
irc.Log.Printf("Error, disconnected: %s\n", err)
//irc.Disconnect()
for !irc.stopped {
if err = irc.Reconnect(); err != nil {
irc.Log.Printf("Error while reconnecting: %s\n", err)