2009-11-21 23:05:12 +00:00
|
|
|
Description
|
|
|
|
----------
|
|
|
|
|
|
|
|
Event based irc client library.
|
|
|
|
|
2009-11-29 21:11:27 +00:00
|
|
|
|
|
|
|
Features
|
|
|
|
---------
|
|
|
|
* Event based
|
|
|
|
* Automatic Reconnect
|
|
|
|
* Handles basic irc demands for you (PING, VERSION)
|
|
|
|
|
2009-11-21 23:05:12 +00:00
|
|
|
Install
|
|
|
|
----------
|
2009-11-21 23:06:23 +00:00
|
|
|
$ git clone git@github.com:thoj/Go-IRC-Client-Library.git
|
|
|
|
$ cd Go-IRC-Client-Library
|
|
|
|
$ make
|
|
|
|
$ make install
|
2009-11-21 23:05:12 +00:00
|
|
|
|
|
|
|
Example
|
|
|
|
----------
|
|
|
|
See example/test.go
|