From feb71850509a3a58ed0e355a779c1c94873cc117 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 27 Jul 2006 02:33:00 +0000 Subject: commit remainder of new mode bouncing stuff for TS based modes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4550 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mode.h') 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); }; /** -- cgit v1.2.3