diff options
| author | 2025-02-27 16:09:57 +0000 | |
|---|---|---|
| committer | 2025-02-27 16:09:57 +0000 | |
| commit | 73ac91e4ede1fffa0f91c4b19124fb4a91143e69 (patch) | |
| tree | 0dd12e88ade493bcca202df0399eb27a77133b99 | |
| parent | Add the user IP address to the chancreate message. (diff) | |
Fix logging about SIGHUP to the wrong snotice character.
| -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 8328e4d87..e35a666aa 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -35,7 +35,7 @@ void InspIRCd::HandleSignal(sig_atomic_t signal) #ifndef _WIN32 case SIGHUP: - ServerInstance->SNO.WriteGlobalSno('a', "Rehashing due to SIGHUP"); + ServerInstance->SNO.WriteGlobalSno('r', "Rehashing due to SIGHUP"); Rehash(); break; #endif |
