]> 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 6569dc842dbb0463d4f08f5127accfcb2df2b402..50fbac81cb0638392d139fc115ed82d23e2d82fc 100644 (file)
@@ -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"
        },
        {