]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Automated merge with ssh://hg.atheme.org//hg/charybdis
[solanum.git] / modules / m_info.c
index 3cdd7ba431aa7beec716550a51d63806f35bd4a3..50fbac81cb0638392d139fc115ed82d23e2d82fc 100644 (file)
@@ -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"
        },
        {