]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Merge pull request #96 from Justasic/insp20
[user/henk/code/inspircd.git] / include / inspircd.h
index dde5625617c44796a30a7415f68cb902e5b6b64c..8a1c3455d13e7b4f34f398720fac354412c381b1 100644 (file)
@@ -456,6 +456,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.