diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h index 091d11c3d..f4e5e8a60 100644 --- a/include/mode.h +++ b/include/mode.h @@ -553,9 +553,10 @@ class CoreExport ModeParser static bool PrefixComparison(ModeHandler* one, ModeHandler* two); - /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric. + /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric, or + * just the "@%+" part if the parameter false */ - std::string BuildPrefixes(); + std::string BuildPrefixes(bool lettersAndModes = true); }; #endif |