mirror of
https://github.com/anope/anope.git
synced 2026-07-06 08:53:13 +02:00
Made service_reference type safe
This commit is contained in:
@@ -427,8 +427,6 @@ class CSFlags : public Module
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
ModuleManager::RegisterService(&accessprovider);
|
||||
ModuleManager::RegisterService(&commandcsflags);
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
ModuleManager::Attach(i, this, 1);
|
||||
|
||||
Reference in New Issue
Block a user