From 5176f8b1ba1307af5eecfc4e2b182ad6b5aa4e15 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Aug 2024 12:40:55 +0100 Subject: Refactor the InspIRCd class to be actually readable. This has been long overdue as most of the comments were outdated and members were shoved into the class in no logical way. --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index f9dafdeca..8328e4d87 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -26,7 +26,7 @@ #include "inspircd.h" -void InspIRCd::SignalHandler(int signal) +void InspIRCd::HandleSignal(sig_atomic_t signal) { switch (signal) { -- cgit v1.3.1-10-gc9f91