]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_m.h
Check for windows drive letters on the start of paths and treat them the same as...
[user/henk/code/inspircd.git] / include / modes / cmode_m.h
index fcc94982566a7b9f2b9d3bfb6262582682a00322..6623014de83640819b85aaf673b36304d1e18939 100644 (file)
@@ -17,9 +17,8 @@ class InspIRCd;
 
 /** Channel mode +m
  */
-class ModeChannelModerated : public ModeHandler
+class ModeChannelModerated : public SimpleChannelModeHandler
 {
  public:
        ModeChannelModerated(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
 };