Rewritten to use callbacks, bit easier to use.

This commit is contained in:
tj
2010-01-06 19:32:35 +01:00
parent 455e0cd0dd
commit 7019ec3d0e
5 changed files with 181 additions and 296 deletions

View File

@@ -1,6 +1,6 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=irc
GOFILES=irc.go irc_struct.go
GOFILES=irc.go irc_struct.go irc_callback.go
include $(GOROOT)/src/Make.pkg