Libraries to help with IRC development in Go. Mirror/fork of https://github.com/ergochat/irc-go https://github.com/ergochat/irc-go
irc
Go to file
2009-11-27 11:57:42 +01:00
example Use go Makefiles 2009-11-22 00:05:12 +01:00
irc_struct.go Add reconnect 2009-11-25 19:17:08 +01:00
irc.go Try to fix reconnection 2009-11-27 11:57:42 +01:00
LICENSE LICENSE, Same as go itself. 2009-11-18 16:03:14 +01:00
Makefile Use go Makefiles 2009-11-22 00:05:12 +01:00
README.markdown Markdown fix 2009-11-22 00:06:23 +01:00

Description

Event based irc client library.

Install

$ git clone git@github.com:thoj/Go-IRC-Client-Library.git
$ cd Go-IRC-Client-Library
$ make 
$ make install

Example

See example/test.go