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 e49c459365 Added support for IRC KICK command 2015-08-08 15:47:29 -07: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 support for IRC KICK command 2015-08-08 15:47:29 -07:00
client.go Increased idle and quit timeouts 2015-08-08 10:14:43 -07:00
commands.go Added support for IRC KICK command 2015-08-08 15:47:29 -07:00
modes.go Added support for querying of Channel Modes 2015-08-08 14:56:04 -07:00
mux.go Added proper parsing of channel modes. 2015-08-07 17:37:41 -07:00
server.go Added proper parsing of channel modes. 2015-08-07 17:37:41 -07: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.