diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:04:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:04:18 +0000 |
commit | d40e1e5b0b8c4b94359637921387cd80e9de991b (patch) | |
tree | 130905009d41a905f527082d2fa03c893020982b /include/mode.h | |
parent | 7bb5bcf7728ef24759ebad38b404c5a2009f7456 (diff) |
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
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |