]> 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 4e734d7939e140be18fdeb59ef724c0a940841d8..750bfbd357f2f1c1022fa8d8d37cab0610ad55dc 100644 (file)
@@ -238,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
@@ -368,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);