Remove Disconnect() from Quit(). Use ERROR feedback from server instead.

Šī revīzija ir iekļauta:
Thomas Jager
2014-06-18 15:59:07 +02:00
vecāks 14db1acfd0
revīzija b73cc42bde

1
irc.go
Parādīt failu

@@ -189,7 +189,6 @@ func (irc *Connection) Loop() {
func (irc *Connection) Quit() { func (irc *Connection) Quit() {
irc.SendRaw("QUIT") irc.SendRaw("QUIT")
irc.stopped = true irc.stopped = true
irc.Disconnect()
} }
// Use the connection to join a given channel. // Use the connection to join a given channel.