diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 19:16:46 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 19:16:46 +0000 |
commit | e0182da708a84d6223d1428685ca839091a6996a (patch) | |
tree | b786b2e898bbe486a9a15e876c160ee4a215a23e /include | |
parent | 32e09a2ff52f692e63fb63c12054d8b98d60343e (diff) |
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2284 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |