Cosmetic change to ban list view.
This commit is contained in:
@@ -134,6 +134,10 @@ ServerManager::SignalIrcChatMsg(const std::string &nickName, const std::string &
|
|||||||
m_ircThread->SendChatMessage(*i);
|
m_ircThread->SendChatMessage(*i);
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
ostringstream banListStream;
|
||||||
|
banListStream
|
||||||
|
<< nickName << ": Total count of banned nicks: " << banList.size();
|
||||||
|
m_ircThread->SendChatMessage(banListStream.str());
|
||||||
}
|
}
|
||||||
else if (command == "removenickban")
|
else if (command == "removenickban")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user