summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
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