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 e93564e777 Fixed issue with key not properly being required for channel. 2015-08-01 23:18:06 -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 Fixed issue with key not properly being required for channel. 2015-08-01 23:18:06 -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.