From 08deca61eee50077726f8633b92f8d0e49ac17dd Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 14 Apr 2013 18:38:17 +0000 Subject: - Update reference conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1824 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 18 +++++++----------- 1 file 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; - }; + }; }; -- cgit