]> jfr.im git - irc/rizon/znc.git/commit
Fix changing client nick when client connects.
authorAlexey Sokolov <redacted>
Tue, 25 Dec 2012 17:36:49 +0000 (00:36 +0700)
committerAlexey Sokolov <redacted>
Tue, 25 Dec 2012 17:36:49 +0000 (00:36 +0700)
commit390957723c0eae181587b29fd5ef7898ef947eb4
tree030c3e17f8305299e104c3c06e9f975b4da80e9e
parent02504626bc35a333559ccb1768541331a25616e5
Fix changing client nick when client connects.

If nicks are equal, it's not changed. The problem was that equality was
checked case-insensitively.

This makes some clients which compare nicks case-sensitively think that
JOINs which we send to them, are not related to the user, it's someone
else joining. So Konversation users which have lower case version of
their IRC nick configured in Konversation settings, didn't get their
channel opened when connecting to ZNC.

Thanks to Axanon for helping to investigate the issue.
src/IRCNetwork.cpp