]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Add general::hide_channel_below_users option.
[irc/rqf/shadowircd.git] / include / s_conf.h
index d4cc947fbc07a6218f8104c0503f0edea1b1af77..ec3a222baba7d471b15d2020c8a10404949c1c15 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_conf.h 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #ifndef INCLUDED_s_conf_h
@@ -167,6 +166,7 @@ struct config_file_entry
 
        unsigned char compression_level;
        int disable_fake_channels;
+       int hide_channel_below_users;
        int dots_in_ident;
        int failed_oper_notice;
        int anti_nick_flood;
@@ -212,7 +212,7 @@ struct config_file_entry
        int min_nonwildcard_simple;
        int default_floodcount;
        int client_flood;
-       int ident_timeout;
+       int default_ident_timeout;
        int use_egd;
        int ping_cookie;
        int tkline_expire_notices;
@@ -244,7 +244,6 @@ struct config_channel_entry
        int use_except;
        int use_invex;
        int use_knock;
-       int use_forward;
        int use_local_channels;
        int knock_delay;
        int knock_delay_channel;
@@ -261,7 +260,6 @@ struct config_channel_entry
        int cycle_host_change;
        int host_in_topic;
        int resv_forcepart;
-       int kick_no_rejoin_time;
 
        int exempt_cmode_c;
        int exempt_cmode_C;