diff options
| author | 2006-07-08 17:53:03 +0000 | |
|---|---|---|
| committer | 2006-07-08 17:53:03 +0000 | |
| commit | 3f389a4bd951cbf6f8ca139473647eaae0447322 (patch) | |
| tree | 916fe4d48aa33f0fdb090e860fb4659c792d132d /include | |
| parent | Refactored user modes to work like the channel modes - core and module data n... (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')
| -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. */ |
