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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user