]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.h
oops, broke unsetting the title. fix here
[irc/evilnet/x3.git] / src / opserv.h
index 0d659e552b64f01e54530a682889dbdfc77a3393..08fcac49a5df8f3603cd00ee2f6524c456ec3ee5 100644 (file)
 void init_opserv(const char *nick);
 unsigned int gag_create(const char *mask, const char *owner, const char *reason, time_t expires);
 int opserv_bad_channel(const char *name);
+struct routingPlan* opserv_add_routing_plan(const char *name);
 unsigned int opserv_conf_admin_level();
+void routing_handle_connect_failure(struct server *source, char *server, char *message);
+int activate_routing(struct svccmd *cmd, struct userNode *user, char *plan_name);
+void routing_handle_squit(char *server, char* uplink, char *message);
+void routing_handle_connect(char *server, char *uplink);
 
 #endif