]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
[svn] Change code that checks maxclients limit: allow exactly
[irc/rqf/shadowircd.git] / include / s_conf.h
index 628afc25dd28cc95962fffeb5fa6a01f505ca7a8..63f47b399a89c8b3d1cc557a0793f81967eee09b 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 3257 2007-03-13 16:09:28Z jilles $
  */
 
 #ifndef INCLUDED_s_conf_h
@@ -268,7 +268,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 +297,8 @@ struct server_info
 #ifdef IPV6
        int specific_ipv6_vhost;
 #endif
+
+       int max_clients;
 };
 
 struct admin_info