X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/0ffb810660845caa183339cc48ffa304dd50c887..3c30c7a2dedd7088544d8a90c7aa676fc604f690:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index 6569dc84..50fbac81 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -134,9 +134,9 @@ static struct InfoStruct info_table[] = { "Connect timeout for connections to servers" }, { - "ident_timeout", + "default_ident_timeout", OUTPUT_DECIMAL, - &ConfigFileEntry.ident_timeout, + &ConfigFileEntry.default_ident_timeout, "Amount of time the server waits for ident responses from clients", }, { @@ -587,7 +587,7 @@ static struct InfoStruct info_table[] = { { "resv_forcepart", OUTPUT_BOOLEAN_YN, - { &ConfigChannel.resv_forcepart }, + &ConfigChannel.resv_forcepart, "Force-part local users on channel RESV" }, {