summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index ce1c085ac..b248dfb3e 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -346,6 +346,8 @@ class ModeParser : public classbase
* @param servermode True if a server is setting the mode.
*/
void Process(const char** parameters, int pcnt, userrec *user, bool servermode);
+
+ ModeHandler* FindMode(unsigned const char modeletter, ModeType mt);
};
/**