diff options
| author | 2006-07-07 21:03:00 +0000 | |
|---|---|---|
| committer | 2006-07-07 21:03:00 +0000 | |
| commit | 2fd5ed7aa9e5ac8a8d8e19c07f320306e594a47a (patch) | |
| tree | 6c074de21bf3fcd315a77230d5f359e810a5bfd7 /include | |
| parent | Comments (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')
| -rw-r--r-- | include/mode.h | 3 |
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 |
