From e0182da708a84d6223d1428685ca839091a6996a Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Jun 2013 19:16:46 +0000 Subject: - Added generall::cycle_on_host_change configuration option as requested by Adam git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2284 82007160-df01-0410-b94d-b575c5fd34c7 --- include/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/conf.h b/include/conf.h index 19c5e39..ae9bc93 100644 --- a/include/conf.h +++ b/include/conf.h @@ -261,6 +261,7 @@ struct config_file_entry int use_egd; int ping_cookie; int disable_auth; + int cycle_on_host_change; }; struct config_channel_entry -- cgit