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();