]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Clarify that m_sslmodes depends on m_sslinfo.
authorPeter Powell <petpow@saberuk.com>
Tue, 11 Apr 2017 19:55:41 +0000 (20:55 +0100)
committerPeter Powell <petpow@saberuk.com>
Tue, 11 Apr 2017 19:55:41 +0000 (20:55 +0100)
docs/conf/modules.conf.example

index d3cd2b537239bed24ac8ae64dd6e5eebafa622ad..bbbe90cc8779efb596ff3ec4c7ef4e85bb2214e4 100644 (file)
 # 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).
+# Does not do anything useful without a working SSL module and the
+# m_sslinfo module (see below).
 #<module name="m_sslmodes.so">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#