]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Add the +J channelmode and config options, though they don't do anything yet.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 2a95669313e2251fc8a62f73dfab35c4584174f2..a78eb258a560d871b54f33c452843f77526e5b14 100644 (file)
@@ -217,11 +217,11 @@ struct config_file_entry
        int global_snotices;
        int operspy_dont_care_user_info;
        int secret_channels_in_whois;
-       int expire_override_time;
 };
 
 struct config_channel_entry
 {
+       char * autochanmodes;
        int use_except;
        int use_invex;
        int use_knock;
@@ -241,6 +241,7 @@ struct config_channel_entry
        int cycle_host_change;
        int host_in_topic;
        int resv_forcepart;
+       int kick_no_rejoin_time;
 };
 
 struct config_server_hide