]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
autochanmodes support
[irc/rqf/shadowircd.git] / modules / m_info.c
index fb5632ef59e4f064db365aa76f0edadf70437ca3..53b0026b51b3327f79bd6ed7517eb9aca2f8e41c 100644 (file)
@@ -175,6 +175,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.dots_in_ident,
                "Number of permissable dots in an ident"
        },
+       {
+               "expire_override_time",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.expire_override_time,
+               "Period of time after which to unset user mode +p"
+       },
        {
                "failed_oper_notice",
                OUTPUT_BOOLEAN,
@@ -326,6 +332,12 @@ static struct InfoStruct info_table[] = {
                &ServerInfo.network_desc,
                "Network description"
        },
+       {
+               "autochanmodes",
+               OUTPUT_STRING,
+               &ConfigChannel.autochanmodes,
+               "Channelmodes set on channel creation"
+       },
        {
                "nick_delay",
                OUTPUT_DECIMAL,
@@ -356,6 +368,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.operspy_dont_care_user_info,
                "Remove accountability and some '!' requirement from non-channel operspy"
        },
+       {
+               "secret_channels_in_whois",
+               OUTPUT_BOOLEAN,
+               &ConfigFileEntry.secret_channels_in_whois,
+               "Defines whether secret channels are always shown in whois to opers with oper:spy priv."
+       },
        {
                "pace_wait",
                OUTPUT_DECIMAL,
@@ -554,6 +572,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.cycle_host_change,
                "Controls if when a users' host changes, they cycle channels",
        },
+       {
+               "host_in_topic",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigChannel.host_in_topic,
+               "Defines whether a topicsetters host or just nick is shown on TOPIC",
+       },
        {
                "use_except",
                OUTPUT_BOOLEAN_YN,