summaryrefslogtreecommitdiff
path: root/include/modes/cmode_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_s.h')
-rw-r--r--include/modes/cmode_s.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modes/cmode_s.h b/include/modes/cmode_s.h
index a6b2054c5..530394c99 100644
--- a/include/modes/cmode_s.h
+++ b/include/modes/cmode_s.h
@@ -17,9 +17,8 @@ class InspIRCd;
/** Channel mode +s
*/
-class ModeChannelSecret : public ModeHandler
+class ModeChannelSecret : public SimpleChannelModeHandler
{
public:
ModeChannelSecret(InspIRCd* Instance);
- ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool servermode);
};