]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Add the config handling code for expire_override_time config option.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 746ae418cc7d5a7ba31d2201f63cfb37fef11203..18f7b58e4cc850f580f7e8b2b025e46eb67fe3f5 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,