summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-14 18:38:17 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-14 18:38:17 +0000
commit08deca61eee50077726f8633b92f8d0e49ac17dd (patch)
tree9985bdb633c794d77dfa97ef79b47488145964fc /doc
parentb1a36302e3914741007329cefa407e635bd72d67 (diff)
- Update reference conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1824 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-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;
- };
+ };
};