diff options
Diffstat (limited to 'modules/m_info.c')
-rw-r--r-- | modules/m_info.c | 6 |
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, |