1
0
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:
Adam
2010-09-10 15:46:19 -04:00
parent 46813ccb8c
commit 9eb7562bee
21 changed files with 210 additions and 235 deletions
+3
View File
@@ -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 };