diff options
author | Peter Powell <petpow@saberuk.com> | 2018-03-29 17:45:56 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-04-22 23:30:41 +0100 |
commit | 6d1c1cb51753f986b86b408a5828373d0066624b (patch) | |
tree | 8169e18678174ed5b23d643981c10f824642bacb /docs/conf/inspircd.conf.example | |
parent | 35c8cde85996e9fe89920acb92a84c5d9bd6aeaf (diff) |
Always process MOTD formatting escape codes.
The options for disabling these were added to keep compatibility
with previous 2.0 releases and are not needed any more.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 6a9b960e0..e28319a69 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -315,14 +315,6 @@ # specified using <files secretmotd="filename"> or <execfiles ...> motd="secretmotd" - # Allow color codes to be processed in the message of the day file. - # the following characters are valid color code escapes: - # \002 or \b = Bold - # \037 or \u = Underline - # \003 or \c = Color (with a code postfixed to this char) - # \017 or \x = Stop all color sequences - allowmotdcolors="false" - # port: What port range this user is allowed to connect on. (optional) # The ports MUST be set to listen in the bind blocks above. port="6697,9999"> |