Remove Disconnect() from Quit(). Use ERROR feedback from server instead.
Bu işleme şunda yer alıyor:
1
irc.go
1
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.
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle