From 33137bba446212f89f7b94f50ace20db19b6d009 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 17 May 2015 18:13:45 +0200 Subject: Move InspIRCd::SendError() to cmd_die Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message --- src/server.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index 42dce1372..191a3d30f 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -46,7 +46,6 @@ void InspIRCd::Exit(int status) #ifdef _WIN32 SetServiceStopped(status); #endif - this->SendError("Exiting with status " + ConvToStr(status) + " (" + std::string(ExitCodes[status]) + ")"); this->Cleanup(); ServerInstance = NULL; delete this; -- cgit v1.3.1-10-gc9f91