diff options
author | Tim Heckman <t@heckman.io> | 2014-06-14 18:36:57 -0700 |
---|---|---|
committer | Tim Heckman <t@heckman.io> | 2014-06-14 18:36:57 -0700 |
commit | a84ac5c11226c6e339bd0daafcb047e2fabba464 (patch) | |
tree | 8e23e313dd8f01a28e17560e8acc284b881aaaec /docs/conf/modules/charybdis.conf.example | |
parent | 8f7cdd5b61112802973470e74a87da52ee064920 (diff) |
remove unneeded whitespace from the docs/examples
Diffstat (limited to 'docs/conf/modules/charybdis.conf.example')
-rw-r--r-- | docs/conf/modules/charybdis.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/modules/charybdis.conf.example b/docs/conf/modules/charybdis.conf.example index bd99f7dc2..7840b4ef5 100644 --- a/docs/conf/modules/charybdis.conf.example +++ b/docs/conf/modules/charybdis.conf.example @@ -164,7 +164,7 @@ # quitmsg="Throttled" bootwait="10"> <module name="m_deaf.so"> -<module name="m_dnsbl.so"> +<module name="m_dnsbl.so"> <module name="m_gecosban.so"> <module name="m_globalload.so"> <module name="m_ident.so"> @@ -246,8 +246,8 @@ <showwhois opersonly="yes" showfromopers="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# SSL channel mode module: Adds support for SSL-only channels via -# channel mode +z and the 'z' extban which matches SSL client +# SSL channel mode module: Adds support for SSL-only channels via +# channel mode +z and the 'z' extban which matches SSL client # certificate fingerprints. # Does not do anything useful without a working SSL module (see below). #<module name="m_sslmodes.so"> @@ -268,7 +268,7 @@ # SSL Info module: Allows users to retrieve information about other # user's peer SSL certificates and keys. This can be used by client # scripts to validate users. For this to work, one of m_ssl_gnutls.so -# or m_ssl_openssl.so must be loaded. This module also adds the +# or m_ssl_openssl.so must be loaded. This module also adds the # "* <user> is using a secure connection" whois line, the ability for # opers to use SSL fingerprints to verify their identity and the ability # to force opers to use SSL connections in order to oper up. |