1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 01:23:13 +02:00

Add logging to several operserv commands

This commit is contained in:
Adam
2013-08-25 00:14:17 -04:00
parent 446b3a910d
commit 00a19529c3
7 changed files with 30 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ class CommandOSReload : public Command
{
try
{
Log(LOG_ADMIN, source, this);
Configuration::Conf *new_config = new Configuration::Conf();
delete Config;
Config = new_config;