]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Added some stuff to NEWS (primarily about metadata and OACCEPT).
[irc/rqf/shadowircd.git] / modules / m_info.c
index e697547b5dfd3366f35391d59cda7f58e6d3fe07..0f1dad8100a26445db5224165ef18847877b2120 100644 (file)
@@ -181,6 +181,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,