diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:53:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:53:03 +0000 |
commit | 3f389a4bd951cbf6f8ca139473647eaae0447322 (patch) | |
tree | 916fe4d48aa33f0fdb090e860fb4659c792d132d /include/users.h | |
parent | 33ed72a1dfae595132dd50c760b6a312ef2ce8fe (diff) |
Convert new +isw modes to new mode format
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4176 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 30e524e85..383439c0b 100644 --- a/include/users.h +++ b/include/users.h @@ -263,6 +263,11 @@ class userrec : public connection * e.g. through a module, then this method will ignore it and return the true hostname. */ virtual char* GetFullRealHost(); + + /* + * Create a displayable mode string for this users umodes + */ + const char* FormatModes(); /** Returns true if a user is invited to a channel. */ |