summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-18 19:16:46 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-18 19:16:46 +0000
commite0182da708a84d6223d1428685ca839091a6996a (patch)
treeb786b2e898bbe486a9a15e876c160ee4a215a23e /modules
parent32e09a2ff52f692e63fb63c12054d8b98d60343e (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 'modules')
-rw-r--r--modules/m_info.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/m_info.c b/modules/m_info.c
index 0f0dff6..3347170 100644
--- a/modules/m_info.c
+++ b/modules/m_info.c
@@ -283,6 +283,12 @@ static const struct InfoStruct info_table[] =
"Ignore bogus timestamps from other servers"
},
{
+ "cycle_on_host_change",
+ OUTPUT_BOOLEAN_YN,
+ &ConfigFileEntry.cycle_on_host_change,
+ "Send a fake QUIT/JOIN combination on host change"
+ },
+ {
"disable_auth",
OUTPUT_BOOLEAN_YN,
&ConfigFileEntry.disable_auth,