|
@@ -295,6 +295,7 @@ cont_link(int idx, char *buf, int ii)
|
|
|
|
|
|
|
|
/* FIXME: remove after 1.2.2 */
|
|
/* FIXME: remove after 1.2.2 */
|
|
|
/* need to support the posibility of old hubs being up */
|
|
/* need to support the posibility of old hubs being up */
|
|
|
|
|
+#ifdef READY
|
|
|
if (ii == 2) {
|
|
if (ii == 2) {
|
|
|
dprintf(idx, "%s\n", conf.bot->nick);
|
|
dprintf(idx, "%s\n", conf.bot->nick);
|
|
|
|
|
|
|
@@ -307,12 +308,14 @@ cont_link(int idx, char *buf, int ii)
|
|
|
|
|
|
|
|
/* wait for "elink" now */
|
|
/* wait for "elink" now */
|
|
|
} else if (ii == 3) { /* new hub response */
|
|
} else if (ii == 3) { /* new hub response */
|
|
|
-
|
|
|
|
|
|
|
+#endif
|
|
|
dprintf(idx, "-%s\n", conf.bot->nick);
|
|
dprintf(idx, "-%s\n", conf.bot->nick);
|
|
|
dcc[idx].newbot = 1;
|
|
dcc[idx].newbot = 1;
|
|
|
|
|
|
|
|
/* wait for "neg?" now */
|
|
/* wait for "neg?" now */
|
|
|
|
|
+#ifdef READY
|
|
|
}
|
|
}
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
/* now we wait to negotiate an encryption */
|
|
/* now we wait to negotiate an encryption */
|