mirror of
https://github.com/anope/anope.git
synced 2026-07-01 20:06:39 +02:00
Add a module log type
This commit is contained in:
@@ -141,7 +141,7 @@ class CommandOSModUnLoad : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
Log() << "Trying to unload module [" << mname << "]";
|
||||
Log(this->owner) << "Trying to unload module [" << mname << "]";
|
||||
|
||||
ModuleReturn status = ModuleManager::UnloadModule(m, source.GetUser());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user