hoaproject / Irc

The Hoa\Irc library.
https://hoa-project.net
25 stars 9 forks source link

Client: Handle all reply codes in range 400-599 #28

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Fix #27.

The client now handles all reply codes in range 400-599. This is then possible to catch all errors in the error listener. Thus, it's up to the client implementation to decide what to do with these errors.

Please @shulard, can you do a review?