diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-29 18:04:30 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-29 18:28:44 +0100 |
commit | 3366ace0a3fbaf7b8a603c0550382c35709bfe1f (patch) | |
tree | 87a75a7ad075a4e812797f709f625e07485ed2a7 /docs | |
parent | 954786c678c411bd28016dcbc2b4d68ca861fb58 (diff) |
m_opermotd Add support for replacing \u \b etc. with color codes
Fixes #322 reported by @MistrX
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index de91cf891..3f40bc7ce 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1252,10 +1252,14 @@ # # # If you are using the m_opermotd.so module, specify the motd here # # # -# onoper - Should the message be sent on /OPER or only when # -# /OPERMOTD is used. Use "yes" or "no". # +# onoper - Should the message be sent on /OPER or only when # +# /OPERMOTD is used. Use "yes" or "no". # # # -#<opermotd file="oper.motd" onoper="yes"> +# processcolors - Allow color codes to be processed in the opermotd. # +# Read the comment above <connect:allowmotdcolors> in # +# inspircd.conf.example for details. # +# # +#<opermotd file="conf/oper.motd" onoper="yes" processcolors="false"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Override module: Adds support for oper override |