diff --git a/User.cpp b/User.cpp index 0c4d9b04..2a83e542 100644 --- a/User.cpp +++ b/User.cpp @@ -118,7 +118,7 @@ void CUser::IRCDisconnected() { SetIRCServer(""); // Get the reconnect going - CZNC::Get().EnableConnectUser(); + CheckIRCConnect(); } CString CUser::ExpandString(const CString& sStr) const {