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 c9d9191a5a Added channels. Closes #1.
Support for the following Commands added.
JOIN, PART, PRIVMSG, NOTICE, and WHO
2015-08-01 22:46:58 -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 Added channels. Closes #1. 2015-08-01 22:46:58 -04:00
client.go Added channels. Closes #1. 2015-08-01 22:46:58 -04:00
commands.go Added channels. Closes #1. 2015-08-01 22:46:58 -04:00
modes.go Added channels. Closes #1. 2015-08-01 22:46:58 -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.