From 5e2bd504e4c981f0d95afac5cb6a8dc3b8e40a61 Mon Sep 17 00:00:00 2001 From: prozacx Date: Fri, 14 Oct 2005 20:33:50 +0000 Subject: [PATCH] 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 --- User.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/User.cpp b/User.cpp index ff38b7c2..7763c179 100644 --- a/User.cpp +++ b/User.cpp @@ -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();