The Quassel Core now remembers on exit which networks where connected and which channels
[quassel.git] / src / common / networkinfo.cpp
index 8836a70..89e88cc 100644 (file)
@@ -75,7 +75,7 @@ bool NetworkInfo::isMyNick(const QString &nick) const {
 }
 
 bool NetworkInfo::isMyNick(IrcUser *ircuser) const {
-  return (ircuser->nick().toLower() == myNick());
+  return (ircuser->nick().toLower() == myNick().toLower());
 }
 
 bool NetworkInfo::isChannelName(const QString &channelname) const {