summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index cb4f1558f..b61ef8031 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -711,6 +711,11 @@ class CoreExport InspIRCd
*/
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();