parent
dc1855cb43
commit
c5c6e02b15
3
irc.go
3
irc.go
@ -78,9 +78,8 @@ func (irc *Connection) readLoop() {
|
|||||||
irc.lastMessage = time.Now()
|
irc.lastMessage = time.Now()
|
||||||
irc.lastMessageMutex.Unlock()
|
irc.lastMessageMutex.Unlock()
|
||||||
event, err := parseToEvent(msg)
|
event, err := parseToEvent(msg)
|
||||||
event.Connection = irc
|
|
||||||
if err == nil {
|
if err == nil {
|
||||||
/* XXX: len(args) == 0: args should be empty */
|
event.Connection = irc
|
||||||
irc.RunCallbacks(event)
|
irc.RunCallbacks(event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user