]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Add some ircd-seven love to CREDITS.
[irc/rqf/shadowircd.git] / modules / m_info.c
index e8291271aa19d09fe3521e228ccca2b938210add..0efc69dc0bd7c531fea2f020480ea5080f667cde 100644 (file)
@@ -139,6 +139,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.connect_timeout,
                "Connect timeout for connections to servers"
        },
+       {
+               "default_ident_timeout",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.default_ident_timeout,
+               "Amount of time the server waits for ident responses from clients",
+       },
        {
                "default_floodcount",
                OUTPUT_DECIMAL,