mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:43:13 +02:00
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each other
This commit is contained in:
@@ -25,7 +25,7 @@ class CommandOSUpdate : public Command
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
source.Reply(_("Updating databases."));
|
||||
save_databases();
|
||||
Anope::SaveDatabases();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user