diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mode.h b/include/mode.h index c8a9a5456..08ac33597 100644 --- a/include/mode.h +++ b/include/mode.h @@ -55,9 +55,6 @@ class ModeParser bool AllowedUmode(char umode, char* sourcemodes,bool adding,bool serveroverride); bool ProcessModuleUmode(char umode, userrec* source, void* dest, bool adding); void ServerMode(char **parameters, int pcnt, userrec *user); - - void HandleChannelModes(char** parameters, int pcnt, userrec* user, chanrec* chan); - void HandleUserModes(char** parameters, int pcnt, userrec* user, userrec* target); }; class cmd_mode : public command_t |