diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index b61ef8031..86853a94f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -705,9 +705,9 @@ class CoreExport InspIRCd * @return True i the mask is valid */ bool IsValidMask(const std::string &mask); - + /** Strips all color codes from the given string - * @para sentence The string to strip from + * @param sentence The string to strip from */ static void StripColor(std::string &sentence); |