diff options
Diffstat (limited to 'src/modules/m_denychans.cpp')
-rw-r--r-- | src/modules/m_denychans.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_denychans.cpp b/src/modules/m_denychans.cpp index 1c57cfdd1..0226a4dd5 100644 --- a/src/modules/m_denychans.cpp +++ b/src/modules/m_denychans.cpp @@ -48,10 +48,6 @@ class ModuleDenyChannels : public Module return Version(1,1,0,1,VF_VENDOR,API_VERSION); } - void Implements(char* List) - { - List[I_OnUserPreJoin] = List[I_OnRehash] = 1; - } virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs) { |