1
0
Fork 0
forked from External/ergo

support USER from both RFCs 1459 and 2812

This commit is contained in:
Jeremy Latt 2014-02-17 22:10:48 -08:00
parent bb64d38684
commit baf83e73d2
3 changed files with 71 additions and 20 deletions

View file

@ -254,5 +254,6 @@ func (client *Client) Quit(message string) {
channel.Quit(client)
}
client.Reply(RplError(client.server, client))
client.Destroy()
}