temp fix for join messages
This commit is contained in:
parent
2eacef7e7c
commit
2e8d1a5084
3
irc.go
3
irc.go
@ -280,9 +280,8 @@ func (c *Connection) parseMessage(line string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if c.JoinCallbackEx != nil {
|
if c.JoinCallbackEx != nil {
|
||||||
c.JoinCallbackEx(c, from, target)
|
c.JoinCallbackEx(c, from, msg)
|
||||||
}
|
}
|
||||||
log.Printf("quit > %s > %s > %s", from, target, msg)
|
|
||||||
case "quit":
|
case "quit":
|
||||||
c.removeNickAllChans(GetNick(from))
|
c.removeNickAllChans(GetNick(from))
|
||||||
if c.QuitCallback != nil {
|
if c.QuitCallback != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user