]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
remove LAST in comment too; it's a bit pointless
[solanum.git] / include / s_conf.h
index 0faa1bce0f321b493ffafa8c510f034b51a50477..e04dcee585f06cb53e0c2c7ee87be3f749f05e4a 100644 (file)
@@ -178,7 +178,7 @@ struct config_file_entry
        int ts_warn_delta;
        int dline_with_reason;
        int kline_with_reason;
-       int kline_delay;
+       int hide_tkdline_duration;
        int warn_no_nline;
        int nick_delay;
        int non_redundant_klines;
@@ -240,6 +240,9 @@ struct config_file_entry
        int certfp_method;
 
        int hide_opers_in_whois;
+       int hide_opers;
+
+       char *drain_reason;
 };
 
 struct config_channel_entry
@@ -348,6 +351,7 @@ extern void read_conf_files(bool cold);
 extern int attach_conf(struct Client *, struct ConfItem *);
 extern int check_client(struct Client *client_p, struct Client *source_p, const char *);
 
+extern void deref_conf(struct ConfItem *);
 extern int detach_conf(struct Client *);
 
 extern struct ConfItem *find_tkline(const char *, const char *, struct sockaddr *);