Commit Graph

7 Commits

Author SHA1 Message Date
Reynir Reynisson
670fd99fb4 Rename IRC{Connection,Event} -> {Connection,Event}
I don't feel it's necessary to tag the types with IRC, as a client would
tag it with the module name anyway. Example:

    var conn irc.IRCConnection
    // ...

vs.

    var conn irc.Connection
    // ...
2012-05-11 13:35:25 +02:00
tj
0b332411b6 Replace broken Makefile 2010-10-15 12:44:14 +02:00
tj
abc18957ff More than one callback in example 2010-10-09 15:10:37 +02:00
tj
e554b8b4a0 More than one callback in example 2010-10-09 15:09:59 +02:00
tj
2235f8b8ed Fix edge case crash 2010-08-06 23:25:03 +02:00
tj
7019ec3d0e Rewritten to use callbacks, bit easier to use. 2010-01-06 19:32:35 +01:00
tj
841757090b Use go Makefiles 2009-11-22 00:05:12 +01:00