summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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.
*/