IRC RFCs added
This commit is contained in:
parent
c000e87dee
commit
5baf7671c6
6
irc.go
6
irc.go
@ -7,6 +7,12 @@ This package provides an event based IRC client library. It allows to
|
|||||||
register callbacks for the events you need to handle. Its features
|
register callbacks for the events you need to handle. Its features
|
||||||
include handling standard CTCP, reconnecting on errors and detecting
|
include handling standard CTCP, reconnecting on errors and detecting
|
||||||
stones servers.
|
stones servers.
|
||||||
|
Details of the IRC protocol can be found in the following RFCs:
|
||||||
|
https://tools.ietf.org/html/rfc1459
|
||||||
|
https://tools.ietf.org/html/rfc2810
|
||||||
|
https://tools.ietf.org/html/rfc2811
|
||||||
|
https://tools.ietf.org/html/rfc2812
|
||||||
|
https://tools.ietf.org/html/rfc2813
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package irc
|
package irc
|
||||||
|
Loading…
Reference in New Issue
Block a user