Skip to content

Commit

Permalink
Fix ordering of events (such as code blocks) (#419)
Browse files Browse the repository at this point in the history
Reported by Furai on IRC. This is due to having two event chan
readers.
  • Loading branch information
hloeung committed Mar 24, 2021
1 parent 81e9ef4 commit 3822e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm-go-irckit/userbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ func (u *User) loginTo(protocol string) error {
u.User = info.User
u.MentionKeys = info.MentionKeys

go u.handleEventChan()

return nil
}

Expand Down

0 comments on commit 3822e7d

Please sign in to comment.