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 0491f08d73 Fixed initial connection livliness timers.
Initial timer changed to use the quit function before IRC handshake has been completed
2015-08-09 16:31:18 -07:00
.gitignore Init commit 2015-08-01 11:34:43 +00:00
channel.go NAMES responses for global added. 2015-08-09 12:56:44 -07:00
client.go Fixed initial connection livliness timers. 2015-08-09 16:31:18 -07:00
commands.go Started support for IRC LINKS command 2015-08-09 13:29:31 -07:00
LICENSE Init commit 2015-08-01 11:34:43 +00:00
modes.go Fix to not reveal channel key to nonmembers 2015-08-09 09:58:17 -07:00
mux.go Added proper parsing of channel modes. 2015-08-07 17:37:41 -07:00
README.md Init commit 2015-08-01 11:34:43 +00:00
server.go Notification on Nick change added 2015-08-08 19:19:02 -07:00

irc

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

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