From 594d430ee457b621c731a6cc70d84c02c295d59c Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 23 Aug 2006 21:09:49 +0000 Subject: More prefixchar stuff. WARNING: 005 numeric is broken in this commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5000 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/mode.h b/include/mode.h index b63c7f3b2..198ae0369 100644 --- a/include/mode.h +++ b/include/mode.h @@ -444,6 +444,13 @@ class ModeParser : public classbase */ std::string ParaModeList(); + static bool ModeParser::PrefixComparison(const prefixtype one, const prefixtype two); + + /** + * This returns the PREFIX=(ohv)@%+ section of the 005 numeric. + */ + std::string BuildPrefixes(); + /** Used to parse the CHANMODES= parameter of a 005 numeric. */ bool InsertMode(std::string &output, const char* mode, unsigned short section); -- cgit v1.2.3