]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.c
oops, broke unsetting the title. fix here
[irc/evilnet/x3.git] / src / opserv.c
index ffdc35d44419fc3d3ec1e5aa0bab024f599d5874..3481b48c50d5ded90e0a332051939615b5190b33 100644 (file)
@@ -3112,6 +3112,9 @@ routing_handle_connect_failure(struct server *source, char *server, char *messag
                 activate_routing(NULL, NULL, NULL);
                 /* attempt to link it again. */
                 routing_connect_one(opserv_route, server); 
+                /* TODO: reconnect any missing servers who
+                 * normally connect to server, using their backups.
+                 * Probably should just issue a reroute C here. */
             }
         }
     }