Broken merge

This commit is contained in:
Kyle Fuller
2012-08-14 21:49:48 +07:00
parent 8e2de0d497
commit e06c3f5e88
-2
View File
@@ -452,8 +452,6 @@ void CIRCNetwork::ClientConnected(CClient *pClient) {
m_vClients.push_back(pClient);
size_t uIdx, uSize;
MCString msParams;
msParams["target"] = GetIRCNick().GetNick();
if (m_RawBuffer.IsEmpty()) {
pClient->PutClient(":irc.znc.in 001 " + pClient->GetNick() + " :- Welcome to ZNC -");