summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircsession.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircsession.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/ircsession.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircsession.cpp b/noncore/net/opieirc/ircsession.cpp
index c8d7869..d87ff80 100644
--- a/noncore/net/opieirc/ircsession.cpp
+++ b/noncore/net/opieirc/ircsession.cpp
@@ -142,2 +142,3 @@ void IRCSession::updateNickname(const QString &oldNickname, const QString &newNi
142 IRCChannelPerson *chanperson = it.current()->getPerson(oldNickname); 142 IRCChannelPerson *chanperson = it.current()->getPerson(oldNickname);
143 if (chanperson) {
143 it.current()->removePerson(chanperson); 144 it.current()->removePerson(chanperson);
@@ -146,2 +147,3 @@ void IRCSession::updateNickname(const QString &oldNickname, const QString &newNi
146 } 147 }
148 }
147 149