summaryrefslogtreecommitdiff
path: root/conf/modules.conf.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-18 17:58:49 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-18 17:58:49 +0000
commit1db755d190e2a6f099905d1ba11ca01c6b273dc9 (patch)
tree9f40951697015e92294cd13bf28c0d5611627fd4 /conf/modules.conf.example
parent4fca1ffbc43dd0eda8e6df665dac0fa83512daf8 (diff)
Add <define> configuration tag
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11907 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r--conf/modules.conf.example6
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example
index 9be667159..4dca4f3b9 100644
--- a/conf/modules.conf.example
+++ b/conf/modules.conf.example
@@ -126,9 +126,7 @@
# "baz qux quz" and $2 will contain "bar". You may #
# also use the special variables: $nick, $ident, #
# $host and $vhost, and you may separate multiple #
-# commands with \n. If you wish to use the ACTUAL #
-# characters \ and n together in a line, you must #
-# use the sequence "\\n". #
+# commands with a newline (&nl;). #
# #
# requires - If you provide a value for 'requires' this means #
# the given nickname MUST be online for the alias #
@@ -414,7 +412,7 @@
qprefix="~"
# aprefix: Prefix (symbol) to use for +a users.
- aprefix="&"
+ aprefix="&amp;"
# deprotectself: If this value is set (true, yes or 1), it will allow
# +a and +q users to remove the +a and +q from themselves, otherwise,