From c79475caa82104e82f9a914b7673bd61f7a1f01f Mon Sep 17 00:00:00 2001 From: Justin Crawford Date: Wed, 16 May 2012 15:56:38 -0700 Subject: Added color codes to /rules, moved the parsing to ServerConfig and cleaned the code up a bit --- docs/conf/inspircd.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 or 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"> -- cgit v1.2.3