1
0
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:
Adam
2011-05-23 04:41:51 -04:00
parent 4dd7e261f5
commit 8bf8832b70
10 changed files with 123 additions and 95 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class CommandOSUpdate : public Command
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)
{
source.Reply(_("Updating databases."));
save_data = true;
save_databases();
return MOD_CONT;
}