mirror of
https://github.com/anope/anope.git
synced 2026-07-10 12:03:12 +02:00
Made service_reference type safe
This commit is contained in:
@@ -78,8 +78,6 @@ class NSSetMisc : public Module
|
||||
Implementation i[] = { I_OnNickInfo, I_OnDatabaseWriteMetadata, I_OnDatabaseReadMetadata };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&this->commandnssetmisc);
|
||||
ModuleManager::RegisterService(&this->commandnssasetmisc);
|
||||
}
|
||||
|
||||
void OnNickInfo(CommandSource &source, NickAlias *na, bool ShowHidden)
|
||||
|
||||
Reference in New Issue
Block a user