IRC is a library that can be used to create IRC servers or clients.
Based on RFCs 1459, 2810, 2811, 2812, and 2813.
acfc3f2c60
Support for NICK, USER, QUIT, PING, and PONG commands added |
||
---|---|---|
.gitignore | ||
client.go | ||
commands.go | ||
LICENSE | ||
mux.go | ||
README.md | ||
server.go |
irc
IRC is a library that can be used to create IRC servers or clients.
Based on RFCs 1459, 2810, 2811, 2812, and 2813.