]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_channelban.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_channelban.cpp
index 387aeb2b9d5ff1ce48f9f45bee2f7a56c35f68c2..5b7b326bd8512210245d0ccac4afe56ed228b068 100644 (file)
@@ -19,8 +19,7 @@ class ModuleBadChannelExtban : public Module
 {
  private:
  public:
-       ModuleBadChannelExtban(InspIRCd* Me) : Module(Me)
-       {
+       ModuleBadChannelExtban()        {
                Implementation eventlist[] = { I_OnCheckBan, I_On005Numeric };
                ServerInstance->Modules->Attach(eventlist, this, 2);
        }