Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ircdb: Fix hostmask conflict resolution in getUserId
When the first of the two conflicts comes from a transient hostmask set by NickAuth, the first value in the 'ids' dict would be True, which causes a silly log message, then Limnoria silently crashes to self.users[id].removeHostmask(hostmask) and then does not remove the next hostmask which is responsible for the conflict.
- Loading branch information