From af2484840a489de90f14b0315e0e6cf745466383 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 30 Jan 2009 16:50:00 +0100 Subject: [PATCH] Remove comments related to (removed) ability to disable TS6. --- modules/m_pass.c | 3 --- src/s_serv.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/modules/m_pass.c b/modules/m_pass.c index 5f59f95..c331e25 100644 --- a/modules/m_pass.c +++ b/modules/m_pass.c @@ -101,9 +101,6 @@ mr_pass(struct Client *client_p, struct Client *source_p, int parc, const char * if(irccmp(parv[2], "TS") == 0 && client_p->tsinfo == 0) client_p->tsinfo = TS_DOESTS; - /* kludge, if we're not using ts6, dont ever mark a server - * as TS6 capable, that way we'll never send them TS6 data. - */ if(parc == 5 && atoi(parv[3]) >= 6) { /* only mark as TS6 if the SID is valid.. */ diff --git a/src/s_serv.c b/src/s_serv.c index f45be64..3acae73 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -1252,9 +1252,6 @@ serv_connect_callback(rb_fde_t *F, int status, void *data) /* Next, send the initial handshake */ SetHandshake(client_p); - /* kludge, if we're not using TS6, dont ever send - * ourselves as being TS6 capable. - */ if(!EmptyString(server_p->spasswd)) { sendto_one(client_p, "PASS %s TS %d :%s",