summaryrefslogtreecommitdiff
path: root/modules/commands/os_update.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-25 00:14:17 -0400
committerAdam <Adam@anope.org>2013-08-25 04:48:43 -0400
commit00a19529c3f310a437a8f8b5bdd758034abb8585 (patch)
tree2c38bab1718ec692251a88f39d514d1a8ef89afa /modules/commands/os_update.cpp
parent446b3a910d457ce32e6accd4ecc47e6e02f66ed4 (diff)
Add logging to several operserv commands
Diffstat (limited to 'modules/commands/os_update.cpp')
-rw-r--r--modules/commands/os_update.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp
index 3e411cbc8..37b7dbe73 100644
--- a/modules/commands/os_update.cpp
+++ b/modules/commands/os_update.cpp
@@ -21,6 +21,7 @@ class CommandOSUpdate : public Command
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override
{
+ Log(LOG_ADMIN, source, this);
source.Reply(_("Updating databases."));
Anope::SaveDatabases();
return;