From ace37813034e91b0972ba84962814571644f2eee Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 7 Jul 2006 15:04:36 +0000 Subject: Mode parser WORKS! (for simple non-parameterized channel modes) Tested with channel mode +s. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4126 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') 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 -- cgit v1.2.3