]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Update omode so that it can set +ah.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 0ee207a7fa98f0c4479e6ce20e3c142b5d8457f3..d9e3b1fe0fd55224350c0823e64ce0e1eabfc525 100644 (file)
@@ -286,6 +286,8 @@ struct server_info
        char *description;
        char *network_name;
        char *network_desc;
+       char *helpchan;
+       char *helpurl;
        int hub;
        struct sockaddr_in ip;
        int default_max_clients;
@@ -351,6 +353,7 @@ extern void free_conf(struct ConfItem *);
 
 extern rb_dlink_node *find_prop_ban(unsigned int status, const char *user, const char *host);
 extern void deactivate_conf(struct ConfItem *, rb_dlink_node *);
+extern void replace_old_ban(struct ConfItem *);
 
 extern void read_conf_files(int cold);