|
@@ -295,7 +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 */
|
|
|
- if (1 || ii == 2) {
|
|
|
|
|
|
|
+ if (ii == 2) {
|
|
|
dprintf(idx, "%s\n", conf.bot->nick);
|
|
dprintf(idx, "%s\n", conf.bot->nick);
|
|
|
|
|
|
|
|
int snum = findanysnum(dcc[idx].sock);
|
|
int snum = findanysnum(dcc[idx].sock);
|
|
@@ -1928,7 +1928,7 @@ dcc_telnet_got_ident(int i, char *host)
|
|
|
*/
|
|
*/
|
|
|
/* n ssl_link(dcc[i].sock, ACCEPT_SSL); */
|
|
/* n ssl_link(dcc[i].sock, ACCEPT_SSL); */
|
|
|
#ifdef HUB
|
|
#ifdef HUB
|
|
|
- dprintf(i, "\n"); /* represents hub that support new linking scheme */
|
|
|
|
|
|
|
+ dprintf(i, " \n"); /* represents hub that support new linking scheme */
|
|
|
/* FIXME: remove after 1.2.2? back to '\n' */
|
|
/* FIXME: remove after 1.2.2? back to '\n' */
|
|
|
#else /* !HUB */
|
|
#else /* !HUB */
|
|
|
dprintf(i, "%s\n", response(RES_USERNAME));
|
|
dprintf(i, "%s\n", response(RES_USERNAME));
|