X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/46f0c5186306d7780b956b0f6bae1d9dfc8cbb1c..220c9db54ddedea4f0a4b67bd4cf7f7e4a6a3303:/include/s_conf.h diff --git a/include/s_conf.h b/include/s_conf.h index 8a3d3f8..10f6601 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; @@ -222,12 +223,14 @@ struct config_file_entry struct config_channel_entry { char * autochanmodes; + char * exemptchanops; int use_halfop; int use_owner; int use_except; int use_invex; int use_knock; int use_forward; + int use_local_channels; int knock_delay; int knock_delay_channel; int max_bans; @@ -244,6 +247,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