From 3f389a4bd951cbf6f8ca139473647eaae0447322 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 8 Jul 2006 17:53:03 +0000 Subject: Convert new +isw modes to new mode format git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4176 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/users.h') 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. */ -- cgit v1.2.3