]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_newconf.h
Disable autoconnect for a server with excessive TS delta.
[irc/rqf/shadowircd.git] / include / s_newconf.h
index 916cf77e3a1115f68d07989e81f355cf1f311c70..c0cc561d6ce7b28173605c54a03182ba7b9a401c 100644 (file)
@@ -223,6 +223,7 @@ extern void attach_server_conf(struct Client *, struct server_conf *);
 extern void detach_server_conf(struct Client *);
 extern void set_server_conf_autoconn(struct Client *source_p, const char *name, 
                                        int newval);
+extern void disable_server_conf_autoconn(const char *name);
 
 
 extern struct ConfItem *find_xline(const char *, int);