mirror of
https://github.com/anope/anope.git
synced 2026-07-03 17:13:11 +02:00
Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds
This commit is contained in:
@@ -54,6 +54,9 @@ class ModuleDNSBL : public Module
|
||||
public:
|
||||
ModuleDNSBL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetType(SUPPORTED);
|
||||
|
||||
OnReload(false);
|
||||
|
||||
Implementation i[] = { I_OnReload, I_OnPreUserConnect };
|
||||
|
||||
Reference in New Issue
Block a user