diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mode.h | 7 |
1 files changed, 7 insertions, 0 deletions
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); |