]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Force part local users (not resv_exempt) on channel resv.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 31766467f6760d541e58ee4f7da39d3a25cdf17f..750bfbd357f2f1c1022fa8d8d37cab0610ad55dc 100644 (file)
@@ -54,8 +54,6 @@ struct ip_value
 extern FILE *conf_fbfile_in;
 extern char conf_line_in[256];
 
-extern struct Client *remote_rehash_oper_p;
-
 struct ConfItem
 {
        struct ConfItem *next;  /* list node pointer */
@@ -240,6 +238,7 @@ struct config_channel_entry
        int burst_topicwho;
        int kick_on_split_riding;
        int only_ascii_channels;
+       int resv_forcepart;
 };
 
 struct config_server_hide
@@ -370,6 +369,7 @@ extern void parse_d_file(FILE * fb);
 extern void parse_x_file(FILE * fb);
 extern void parse_resv_file(FILE *);
 extern char *getfield(char *newline);
+extern char *xline_encode_spaces(const char *);
 
 extern char *get_oper_name(struct Client *client_p);