diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mode.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mode.h b/include/mode.h index 65b55a285..f0efdf1d2 100644 --- a/include/mode.h +++ b/include/mode.h @@ -116,11 +116,7 @@ class ModeParser void Process(char **parameters, int pcnt, userrec *user, bool servermode); - std::string CompressModes(std::string modes,bool channelmodes); - void ProcessModes(char **parameters,userrec* user,chanrec *chan,int status, int pcnt, bool servermode, bool silent, bool local); - 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 ServerMode(char **parameters, int pcnt, userrec *user); }; class cmd_mode : public command_t |