]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/m_info.h
Show throttle info in /stats t.
[irc/rqf/shadowircd.git] / include / m_info.h
index 141133f924c9a8292081894f7bb513c88ad337b7..b267014392925e7259503d682accb2d6eca1ed6a 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_info.h 70 2005-09-10 07:03:09Z nenolod $
+ *  $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $
  */
 
 #ifndef INCLUDED_m_info_h
@@ -64,9 +64,6 @@ Info MyInformation[] = {
        {"RESVPATH", "NONE", 0, "Path to resv file"},
 #endif
 
-       {"HARD_FDLIMIT_", "", HARD_FDLIMIT_,
-        "Maximum Number of File Descriptors Available"},
-
 #ifdef HPATH
        {"HPATH", HPATH, 0, "Path to Operator Help Files"},
 #else
@@ -87,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"},