summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-08 17:53:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-08 17:53:03 +0000
commit3f389a4bd951cbf6f8ca139473647eaae0447322 (patch)
tree916fe4d48aa33f0fdb090e860fb4659c792d132d /include
parent33ed72a1dfae595132dd50c760b6a312ef2ce8fe (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.h5
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.
*/