]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Add option general::use_propagated_bans to allow disabling new KLINE.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 6573e7b49e70c2847b3dd052be91da4cceddc61b..0ee207a7fa98f0c4479e6ce20e3c142b5d8457f3 100644 (file)
@@ -229,6 +229,7 @@ struct config_file_entry
        int default_umodes;
        int global_snotices;
        int operspy_dont_care_user_info;
+       int use_propagated_bans;
        int secret_channels_in_whois;
        int expire_override_time;
 };
@@ -370,6 +371,7 @@ extern void yyerror(const char *);
 extern int conf_yy_fatal_error(const char *);
 extern int conf_fgets(char *, int, FILE *);
 
+extern int valid_wild_card(const char *, const char *);
 extern void add_temp_kline(struct ConfItem *);
 extern void add_temp_dline(struct ConfItem *);
 extern void report_temp_klines(struct Client *);