]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/links.conf.example
Convert cmd_modenotice into an optional module
[user/henk/code/inspircd.git] / docs / conf / links.conf.example
index 76e9c09cb2740b1b21ef0d81ad68f4d0c7041ff9..382455bcd1672ea0c9c67f1ed226486b2b195ff5 100644 (file)
       # failover (see above).
       timeout="300"
 
-      # ssl: If defined, this states extra modules that will be used when
+      # ssl: If defined, this states the SSL module that will be used when
       # making an outbound connection to the server. Options are: "openssl"
-      # and "gnutls" for encryption (they are compatible with each other).
-      # You must use the same (or a compatible) transport on both sides of the link.
+      # 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
 
 # Failover autoconnect block. If you have multiple hubs, or want your network
 # to automatically link even if the hub is down, you can specify multiple
-# space seperated servers to autoconnect; they will be tried in a round
+# space separated servers to autoconnect; they will be tried in a round
 # robin fashion until one succeeds. Period defines the time for restarting
 # a single loop.
 <autoconnect period="120"