X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/1702b69419611c8e154b9c59c90b68ccdea59f56..3c30c7a2dedd7088544d8a90c7aa676fc604f690:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index 3cdd7ba4..50fbac81 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -133,6 +133,12 @@ static struct InfoStruct info_table[] = { &ConfigFileEntry.connect_timeout, "Connect timeout for connections to servers" }, + { + "default_ident_timeout", + OUTPUT_DECIMAL, + &ConfigFileEntry.default_ident_timeout, + "Amount of time the server waits for ident responses from clients", + }, { "default_floodcount", OUTPUT_DECIMAL, @@ -581,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" }, {