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."); }