IRC is a library that can be used to create IRC servers or clients. Based on RFCs 1459, 2810, 2811, 2812, and 2813.
Go to file
justin acfc3f2c60 Base IRC server started.
Support for NICK, USER, QUIT, PING, and PONG commands added
2015-08-01 13:32:41 -04:00
.gitignore Init commit 2015-08-01 11:34:43 +00:00
LICENSE Init commit 2015-08-01 11:34:43 +00:00
README.md Init commit 2015-08-01 11:34:43 +00:00
client.go Base IRC server started. 2015-08-01 13:32:41 -04:00
commands.go Base IRC server started. 2015-08-01 13:32:41 -04:00
mux.go Base IRC server started. 2015-08-01 13:32:41 -04:00
server.go Base IRC server started. 2015-08-01 13:32:41 -04:00

README.md

irc

IRC is a library that can be used to create IRC servers or clients.

Based on RFCs 1459, 2810, 2811, 2812, and 2813.