]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index 7d428c9a9e2afa6bda5d746bce2a02662f6a2065..2f03371272f95df19a71a9d8d1c30f2403ca789b 100644 (file)
@@ -20,5 +20,5 @@ class InspIRCd;
 class ModeChannelSecret : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelSecret(InspIRCd* Instance);
+       ModeChannelSecret();
 };