mirror of
https://github.com/znc/znc.git
synced 2026-06-28 14:01:35 +02:00
Broken merge
This commit is contained in:
@@ -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 -");
|
||||
|
||||
Reference in New Issue
Block a user