diff options
| author | 2024-08-27 12:40:55 +0100 | |
|---|---|---|
| committer | 2024-08-27 13:25:12 +0100 | |
| commit | 5176f8b1ba1307af5eecfc4e2b182ad6b5aa4e15 (patch) | |
| tree | 082dd1ed5a6761a50cfc4531e591c84fe9ca7000 /src/server.cpp | |
| parent | Remove prototype for the now removed SendLegacyListModes function. (diff) | |
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.
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
