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 a6e09ed19f Started support for Channel Modes 2015-08-05 13:25:25 -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
channel.go Started adding support for Modes. 2015-08-05 11:33:06 -04:00
client.go Started adding support for Modes. 2015-08-05 11:33:06 -04:00
commands.go Started support for Channel Modes 2015-08-05 13:25:25 -04:00
modes.go Started adding support for Modes. 2015-08-05 11:33:06 -04:00
mux.go Base IRC server started. 2015-08-01 13:32:41 -04:00
server.go Added channels. Closes #1. 2015-08-01 22:46:58 -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.