Event based IRC client library in Go (golang)
Go to file
2009-11-22 00:06:23 +01:00
example Use go Makefiles 2009-11-22 00:05:12 +01:00
irc_struct.go LICENSE, Same as go itself. 2009-11-18 16:03:14 +01:00
irc.go Use go Makefiles 2009-11-22 00:05:12 +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