diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 09:21:49 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 09:21:49 -0700 |
commit | e57ab366e6568f6ecf39d301cf81f6fa86d6429a (patch) | |
tree | d72fcbd522607fb6bc535af79887b26b6b725f2e /docs | |
parent | def08e968b2ed922d7ee69d92d6754f858d00f57 (diff) | |
parent | c79475caa82104e82f9a914b7673bd61f7a1f01f (diff) |
Merge pull request #127 from Justasic/insp20+color
[2.0] Added processing of color codes into /rules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index d1293be25..f483e6692 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -297,6 +297,14 @@ # 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 this user is allowed to connect on. (optional) # The port MUST be set to listen in the bind blocks above. port="6697"> |