diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
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"> |