]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Compile fix
[irc/rqf/shadowircd.git] / modules / m_info.c
index 18f7b58e4cc850f580f7e8b2b025e46eb67fe3f5..d47bf86798e8f2a35328620c780765277e9c0e64 100644 (file)
@@ -175,12 +175,6 @@ 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,
@@ -332,6 +326,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,