X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c3a0fde28f4866bc6df368456de0bb86c663229e..13ec57db159bcfbf54e7e57b6e136ed5e9e97198:/modules/m_info.c?ds=sidebyside diff --git a/modules/m_info.c b/modules/m_info.c index fb5632e..53b0026 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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,