diff options
author | Adam <Adam@anope.org> | 2016-11-11 09:28:49 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-11-11 09:29:45 -0500 |
commit | 90e9dbca82fe1db77616ba669e2aa96c0b47ca54 (patch) | |
tree | 612c0677a9278072ae163c9631187855bd91b1f5 /src/init.cpp | |
parent | be17c8118762c7c928239a026359e4fa0fd36f00 (diff) |
Remove database save and related commands/config
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index 9ee720ebd..0967baa33 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -134,8 +134,6 @@ void Anope::HandleSignal() { case SIGHUP: { - Anope::SaveDatabases(); - try { Configuration::Conf *new_config = new Configuration::Conf(); @@ -160,7 +158,6 @@ void Anope::HandleSignal() Anope::QuitReason = Anope::string("Services terminating via signal ") + stringify(Signal); #endif Anope::Quitting = true; - Anope::SaveDatabases(); break; } |