diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 17:57:32 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 17:57:32 +0000 |
commit | b78f4284d514233d546b69ea5c1541734010e798 (patch) | |
tree | 0e694235eed7a91778fa33bad2c882320947acee /docs | |
parent | 0233ce308baeece230225716a87a0f5669032d05 (diff) |
Put it in alphabetical order and hope nobody noticed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3469 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a1edc29e5..cd2018a37 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -672,14 +672,14 @@ #<blockamsg delay="3" action="killopers"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Block colour module: Blocking colour-coded messages with cmode +c -#<module name="m_blockcolor.so"> - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block CAPS module: Blocking all-CAPS messages with cmode +P #<module name="m_blockcaps.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Block colour module: Blocking colour-coded messages with cmode +c +#<module name="m_blockcolor.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Botmode module: Adds the user mode +B #<module name="m_botmode.so"> |