X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/0eceaff17a0fd935caa086ee43b328b0ea9282a5..07b7b659c16665ce33b058d1a06a7a420850ceb9:/include/s_conf.h diff --git a/include/s_conf.h b/include/s_conf.h index c07896c..84d47bd 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -138,6 +138,7 @@ struct config_file_entry char *default_operstring; char *default_adminstring; + char *default_operhost; char *servicestring; char *kline_reason; @@ -217,11 +218,13 @@ 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; + char * exemptchanops; int use_halfop; int use_owner; int use_except; @@ -245,6 +248,14 @@ struct config_channel_entry int host_in_topic; int resv_forcepart; int kick_no_rejoin_time; + + int exempt_cmode_c; + int exempt_cmode_C; + int exempt_cmode_D; + int exempt_cmode_T; + int exempt_cmode_N; + int exempt_cmode_G; + int exempt_cmode_K; }; struct config_server_hide