Merge changes from other fork

This commit is contained in:
Thomas Jager
2012-11-06 00:39:31 +01:00
parent be3afcc796
commit e05c098519
2 changed files with 27 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ type Connection struct {
user string
registered bool
server string
events map[string][]func(*IRCEvent)
events map[string][]func(*Event)
lastMessage time.Time
ticker <-chan time.Time