- Update reference.conf
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sun, 4 Jan 2015 16:34:11 +0000 (16:34 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sun, 4 Jan 2015 16:34:11 +0000 (16:34 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5299 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index 25dd6879a3c2045ee3437e0696b4a9e78965b24b..724f52cf0aab650dd93eb4b56309432075396c38 100644 (file)
@@ -106,7 +106,6 @@ irc {
         */
        port = 6667;
 
-
        /*
         * Defines time in which bot will timeout if no data is received
         */
@@ -471,7 +470,8 @@ scanner {
         */
 #      vhost = "127.0.0.1";
 
-       /* Maximum file descriptors this scanner can use. Remember that there
+       /*
+        * Maximum file descriptors this scanner can use. Remember that there
         * will be one FD for each protocol listed above. As this example
         * scanner has 8 protocols, it requires 8 FDs per user. With a 512 FD
         * limit, this scanner can be used on 64 users _at the same time_.
@@ -602,7 +602,8 @@ scanner {
 
        fd = 400;
 
-       /* If required you can add settings such as target_ip here
+       /*
+        * If required you can add settings such as target_ip here
         * they will override the defaults set in the first scanner
         * for this and subsequent scanners defined in the config file
         * This affects the following options:
@@ -613,9 +614,9 @@ scanner {
 
 
 /*
- * User blocks define what scanners will be used to scan which hostmasks. When
- * a user connects they will be scanned on every scanner {} (above) that
- * matches their host.
+ * User blocks define what scanners will be used to scan which hostmasks.
+ * When a user connects they will be scanned on every scanner {} (above)
+ * that matches their host.
  */
 user {
        /*