mirror of
https://github.com/anope/anope.git
synced 2026-07-04 11:43:12 +02:00
Rewrote the signal handling to use sigaction
This commit is contained in:
@@ -25,7 +25,7 @@ class CommandOSUpdate : public Command
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
source.Reply(_("Updating databases."));
|
||||
save_data = true;
|
||||
save_databases();
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user