]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Bring across disable_local_channels config option from ircd-seven
[solanum.git] / modules / m_info.c
index 6569dc842dbb0463d4f08f5127accfcb2df2b402..a52b272f054c20b5d6028b9011cd5652072d6fff 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",
        },
        {
@@ -524,6 +524,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.kick_on_split_riding,
                "Kick users riding splits to join +i or +k channels"
        },
+       {
+               "disable_local_channels",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigChannel.disable_local_channels,
+               "Disable local channels (&channels)"
+       },
        {
                "max_bans",
                OUTPUT_DECIMAL,
@@ -587,7 +593,7 @@ static struct InfoStruct info_table[] = {
        {
                "resv_forcepart",
                OUTPUT_BOOLEAN_YN,
-               { &ConfigChannel.resv_forcepart },
+               &ConfigChannel.resv_forcepart,
                "Force-part local users on channel RESV"
        },
        {