summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-09 04:57:13 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-09 04:57:13 +0000
commit2bebd9500a2e27844df6bc148f6d8aaad0dd7943 (patch)
tree99f91bc479c6f358f492bd0d9a4316f7674f7098 /docs
parenta5e2250a2cda1face90c3fe66ece183018d8ac95 (diff)
Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12408 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 0b8c466ad..5a5a6c7c5 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -275,11 +275,15 @@
# module be loaded as well.
modes="+x"
- # requireident, requiressl, requiresasl: require that users of this
- # block have a valid ident response, use SSL, or have authenticated with SASL.
- # Requires m_ident, m_sslinfo, or m_sasl respectively
+ # requireident, requiressl, requireaccount: require that users of this
+ # block have a valid ident response, use SSL, or have authenticated.
+ # Requires m_ident, m_sslinfo, or m_services_account respectively.
requiressl="on"
+ # Alternate MOTD file for this connect class. The contents of this file are
+ # specified using <files secretmotd="filename"> or <execfiles ...>
+ motd="secretmotd"
+
# 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">