summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-07 21:03:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-07 21:03:00 +0000
commit2fd5ed7aa9e5ac8a8d8e19c07f320306e594a47a (patch)
tree6c074de21bf3fcd315a77230d5f359e810a5bfd7 /include/mode.h
parent53e8c67c588859275d245bafbd100a312d6e09a3 (diff)
Started work on ModeParser::CleanMask()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4145 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h3
1 files changed, 1 insertions, 2 deletions
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