]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Implement operspy for /LIST.
[solanum.git] / modules / m_info.c
index 3be948d3bf357e43a0102377bf4295831c907d7c..a52b272f054c20b5d6028b9011cd5652072d6fff 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,
@@ -482,6 +488,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.warn_no_nline,
                "Display warning if connecting server lacks N-line"
        },
+       {
+               "use_propagated_bans",
+               OUTPUT_BOOLEAN,
+               &ConfigFileEntry.use_propagated_bans,
+               "KLINE sets fully propagated bans"
+       },
        {
                "default_split_server_count",
                OUTPUT_DECIMAL,
@@ -512,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,
@@ -572,6 +590,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.use_knock,
                "Enable /KNOCK",
        },
+       {
+               "resv_forcepart",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigChannel.resv_forcepart,
+               "Force-part local users on channel RESV"
+       },
        {
                "disable_hidden",
                OUTPUT_BOOLEAN_YN,