]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Merge pull request #437 from SaberUK/insp20+doxygen-update
[user/henk/code/inspircd.git] / include / inspircd.h
index cb4f1558fe051b5a68f79729e07f719b5e777fe4..86853a94f3cebdc41ac8381ca50a4ec8e132110b 100644 (file)
@@ -705,12 +705,17 @@ 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);
 
+       /** Parses color codes from string values to actual color codes
+        * @param input The data to process
+        */
+       static void ProcessColors(file_cache& input);
+
        /** Rehash the local server
         */
        void RehashServer();