]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
[svn] Remove s_assert in del_unknown_ip() supposedly if the ip
[irc/rqf/shadowircd.git] / include / s_conf.h
index 628afc25dd28cc95962fffeb5fa6a01f505ca7a8..29bc389a7ef20eeb37dc9ee8f5e63df137e3df74 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_conf.h 3131 2007-01-21 15:36:31Z jilles $
+ *  $Id: s_conf.h 3446 2007-05-14 22:21:16Z jilles $
  */
 
 #ifndef INCLUDED_s_conf_h
@@ -250,6 +250,7 @@ struct config_file_entry
        int default_umodes;
        int global_snotices;
        int operspy_dont_care_user_info;
+       int max_unknown_ip;
 };
 
 struct config_channel_entry
@@ -268,7 +269,6 @@ struct config_channel_entry
        int default_split_server_count;
        int default_split_user_count;
        int burst_topicwho;
-       int invite_ops_only;
        int kick_on_split_riding;
 };
 
@@ -298,6 +298,8 @@ struct server_info
 #ifdef IPV6
        int specific_ipv6_vhost;
 #endif
+
+       int max_clients;
 };
 
 struct admin_info