From 2fd5ed7aa9e5ac8a8d8e19c07f320306e594a47a Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 7 Jul 2006 21:03:00 +0000 Subject: Started work on ModeParser::CleanMask() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4145 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index 94efca923..b1fca324c 100644 --- a/include/mode.h +++ b/include/mode.h @@ -180,8 +180,7 @@ class ModeParser ModeParser(); bool AddMode(ModeHandler* mh, unsigned const char modeletter); void Process(char **parameters, int pcnt, userrec *user, bool servermode); - - //void ServerMode(char **parameters, int pcnt, userrec *user); + static void CleanMask(std::string &mask); }; class cmd_mode : public command_t -- cgit v1.2.3