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