]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Whoops, remote users not being counted in map, fix
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index a6b2054c550e7f6173af7bbd3ffbddf837cb3bdf..530394c99164837d98b5941b8fea6b4ffd139752 100644 (file)
@@ -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);
 };