X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6fcb8629ae638cceeead036a7240821c9886fe0f..5f1fd8a5566704f5eec6b2323d070386ed19a214:/include/m_info.h diff --git a/include/m_info.h b/include/m_info.h index e60fb3a..b267014 100644 --- a/include/m_info.h +++ b/include/m_info.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_info.h 3354 2007-04-03 09:21:31Z nenolod $ + * $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $ */ #ifndef INCLUDED_m_info_h @@ -84,14 +84,12 @@ Info MyInformation[] = { "Maximum Queue Length of Pending Connections"}, #endif /* SOMAXCONN */ -#ifdef IPV6 +#ifdef RB_IPV6 {"IPV6", "ON", 0, "IPv6 Support"}, #else {"IPV6", "OFF", 0, "IPv6 Support"}, #endif - {"MAX_CLIENTS", "", MAX_CLIENTS, "Default maximum Clients"}, - {"JOIN_LEAVE_COUNT_EXPIRE_TIME", "", JOIN_LEAVE_COUNT_EXPIRE_TIME, "Anti SpamBot Parameter"},