From 58a6a8f0e83475ed717fcdb531b73e4faa8e66ea Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 1 Apr 2008 09:00:21 +0000 Subject: [PATCH] The disconnected warning you get on-connect should *not* be broadcasted *fix* git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1009 726aef4b-f618-498e-8847-2d620e286838 --- User.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User.cpp b/User.cpp index 82e00428..d83d3628 100644 --- a/User.cpp +++ b/User.cpp @@ -233,7 +233,7 @@ void CUser::UserConnected(CClient* pClient) { // Tell them why they won't connect if (!GetIRCConnectEnabled()) - PutStatus("You are currently disconnected from IRC. " + pClient->PutStatus("You are currently disconnected from IRC. " "Use 'connect' to reconnect."); }