Notify user when a new client is connecting to their account

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@578 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-10-14 20:33:50 +00:00
parent b198d870c4
commit 5e2bd504e4
+1
View File
@@ -100,6 +100,7 @@ void CUser::UserConnected(CUserSock* pUserSock) {
BounceAllClients();
}
PutStatus("Another client authenticated as your user, use the 'ListClients' command to see all clients");
m_vUserSocks.push_back(pUserSock);
StartBackNickTimer();