diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-05-03 07:28:59 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-05-03 07:28:59 -0700 |
commit | fcacc8e0306382bc3f938073092c3729d77e2b41 (patch) | |
tree | feaef1e0550bae14c8e7bff1b570f62718138567 /include/inspircd.h | |
parent | 553a8da754c8cd308bad2008018849714e70f9b7 (diff) | |
parent | a2d85a098e07b4c6de1c7ea9f272eaac10fec7c1 (diff) |
Merge pull request #96 from Justasic/insp20
[2.0] Process escape sequences for MOTD for issue #23
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index dde562561..8a1c3455d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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. |