mirror of
https://github.com/anope/anope.git
synced 2026-07-03 22:03:14 +02:00
Add logging to several operserv commands
This commit is contained in:
@@ -21,6 +21,7 @@ class CommandOSUpdate : public Command
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
Log(LOG_ADMIN, source, this);
|
||||
source.Reply(_("Updating databases."));
|
||||
Anope::SaveDatabases();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user