summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index abe568011..3a100f826 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -444,6 +444,10 @@ class CoreExport InspIRCd
*/
LocalStringExt OperQuit;
+ /** Holds whether the MOTD has been parsed for color codes
+ */
+ bool ProcessedMotdEscapes;
+
/** Get the current time
* Because this only calls time() once every time around the mainloop,
* it is much faster than calling time() directly.