summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference.conf18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index d0893b3..6f6f831 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -1,18 +1,19 @@
-/* doc/example.conf - ircd-hybrid-8 Example configuration file
+/* ircd-hybrid reference configuration file
* Copyright (C) 2000-2013 Hybrid Development Team
*
* Written by ejb, wcampbel, db, leeh and others
- * Other example configurations can be found in the source dir under
- * doc/.
*
* $Id$
*/
-/* IMPORTANT NOTES:
+/*
+ * ########################################################################
+ * IMPORTANT NOTES:
*
* auth {} blocks MUST be specified in order of precedence. The first one
* that matches a user will be used. So place spoofs first, then specials,
* then general access.
+ * ########################################################################
*
* Shell style (#), C++ style (//) and C style comments are supported.
*
@@ -32,12 +33,7 @@
* Sizes and times may be singular or plural.
*/
-/* EFNET NOTE:
- *
- * This config file is NOT suitable for EFNet. EFNet admins should use
- * example.efnet.conf
- */
-
+
/*
* serverinfo {}: contains information about the server
*/
@@ -1243,5 +1239,5 @@ log {
type = debug;
name = "/home/ircd/var/log/debug.log";
size = 50 megabytes;
- };
+ };
};