]> 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 69ec34703f3cdbebda9ae8796ae9d5dbefd89c30..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, bool servermode);
 };