summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/ircchanneltab.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircchanneltab.cpp b/noncore/net/opieirc/ircchanneltab.cpp
index 707e17f..881ded7 100644
--- a/noncore/net/opieirc/ircchanneltab.cpp
+++ b/noncore/net/opieirc/ircchanneltab.cpp
@@ -189,5 +189,8 @@ void IRCChannelTab::popupWhois() {
QString IRCChannelTab::title() {
+ if(!m_channel->channelname().startsWith("&"))
return m_channel->channelname();
+
+ return "&" + m_channel->channelname();
}