From ea3ba4bfd1b072b4f14fb588286eedd0ea8c1d22 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 23 Aug 2006 21:34:04 +0000 Subject: Multi-prefix FJOIN, and allowing module-defined prefixes across the network git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5002 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/channels.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/channels.h') diff --git a/include/channels.h b/include/channels.h index 132e3ba04..35e192a4e 100644 --- a/include/channels.h +++ b/include/channels.h @@ -488,6 +488,8 @@ class chanrec : public Extensible */ const char* GetPrefixChar(userrec *user); + const char* GetAllPrefixChars(userrec* user); + /** Get the value of a users prefix on this channel. * @param The user to look up * @return The module or core-defined value of the users prefix. -- cgit v1.2.3