mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:46:39 +02:00
Made service_reference type safe
This commit is contained in:
@@ -168,7 +168,6 @@ class CSEntryMessage : public Module
|
||||
Implementation i[] = { I_OnJoinChannel, I_OnReload, I_OnDatabaseReadMetadata, I_OnDatabaseWriteMetadata };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&commandentrymsg);
|
||||
|
||||
this->OnReload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user