From c5f869f353a21a5ffd2d4f971402b9ebf38fb56c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 24 Jan 2013 19:26:51 +0000 Subject: - Forward-port -r1774: - Configuration parser now does support 'year' and 'month' units - Add support for fake idle times to /whois. Known from csircd, this adds min_idle, and max_idle configuration directives to class{} blocks git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1783 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/example.quick.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/example.quick.conf') diff --git a/doc/example.quick.conf b/doc/example.quick.conf index 755a20c..45159de 100644 --- a/doc/example.quick.conf +++ b/doc/example.quick.conf @@ -1,5 +1,5 @@ /* doc/example.conf.quick - ircd-hybrid-8 Example configuration file - * Copyright (C) 2000-2012 Hybrid Development Team + * Copyright (C) 2000-2013 Hybrid Development Team * * Written by ejb, wcampbel, db, leeh and others * @@ -22,7 +22,7 @@ * 12 hours 30 minutes 1 second * * Valid units of time: - * month, week, day, hour, minute, second + * year, month, week, day, hour, minute, second * * Valid units of size: * megabyte/mbyte/mb, kilobyte/kbyte/kb, byte -- cgit