Cosmetic change to ban list view.

This commit is contained in:
lotodore
2009-04-10 21:32:08 +00:00
parent 69f3b49ab2
commit dee2c6a0e5
+4
View File
@@ -134,6 +134,10 @@ ServerManager::SignalIrcChatMsg(const std::string &nickName, const std::string &
m_ircThread->SendChatMessage(*i);
++i;
}
ostringstream banListStream;
banListStream
<< nickName << ": Total count of banned nicks: " << banList.size();
m_ircThread->SendChatMessage(banListStream.str());
}
else if (command == "removenickban")
{