diff options
Diffstat (limited to 'docs/conf/links.conf.example')
-rw-r--r-- | docs/conf/links.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 0b8b23438..90849ede2 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -10,7 +10,7 @@ # |_| \_\___|\__,_|\__,_| |_| |_| |_|_|___/ |____/|_|\__(_) # # # # If you want to link servers to InspIRCd you must load the # -# m_spanningtree.so module! # +# spanningtree module! # # # # # @@ -40,8 +40,8 @@ # making an outbound connection to the server. Options are: "openssl" # and "gnutls" (they are compatible with each other). # - # You will need to load the m_ssl_openssl.so module for OpenSSL, - # m_ssl_gnutls.so for GnuTLS. The server port that you connect to + # You will need to load the ssl_openssl module for OpenSSL, + # or ssl_gnutls for GnuTLS. The server port that you connect to # must be capable of accepting this type of connection. ssl="gnutls" |