mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:06:37 +02:00
Made service_reference type safe
This commit is contained in:
@@ -69,7 +69,6 @@ class NSResetPass : public Module
|
||||
if (!Config->UseMail)
|
||||
throw ModuleException("Not using mail.");
|
||||
|
||||
ModuleManager::RegisterService(&commandnsresetpass);
|
||||
|
||||
ModuleManager::Attach(I_OnPreCommand, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user