From d40e1e5b0b8c4b94359637921387cd80e9de991b Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 8 Jul 2006 17:04:18 +0000 Subject: Added usermodes +swi. Note the usermode system needs a bit of a refactor to combine module and core modes into the same storage neatly (as we did with channels) this is next on my todo. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4174 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index 40055ab4c..170da92d5 100644 --- a/include/mode.h +++ b/include/mode.h @@ -242,6 +242,7 @@ class ModeParser static const char* Grant(userrec *d,chanrec *chan,int MASK); static const char* Revoke(userrec *d,chanrec *chan,int MASK); static void CleanMask(std::string &mask); + static void BuildModeString(userrec* user); bool AddMode(ModeHandler* mh, unsigned const char modeletter); void Process(char **parameters, int pcnt, userrec *user, bool servermode); -- cgit v1.2.3