mirror of
https://github.com/anope/anope.git
synced 2026-06-26 11:36:38 +02:00
Made OperServ and Global optional
This commit is contained in:
@@ -260,7 +260,7 @@ void ModuleManager::DeleteModule(Module *m)
|
||||
const char *err = ano_moderr();
|
||||
if (!destroy_func && err && *err)
|
||||
{
|
||||
Log() << "No destroy function found, chancing delete...";
|
||||
Log() << "No destroy function found for " << m->name << ", chancing delete...";
|
||||
delete m; /* we just have to chance they haven't overwrote the delete operator then... */
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user