go-ircevent/README.markdown
2009-11-29 22:11:27 +01:00

337 B

Description

Event based irc client library.

Features

  • Event based
  • Automatic Reconnect
  • Handles basic irc demands for you (PING, VERSION)

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