]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Remove comments related to (removed) ability to disable TS6.
authorJilles Tjoelker <redacted>
Fri, 30 Jan 2009 15:50:00 +0000 (16:50 +0100)
committerJilles Tjoelker <redacted>
Fri, 30 Jan 2009 15:50:00 +0000 (16:50 +0100)
modules/m_pass.c
src/s_serv.c

index 5f59f95f325fcd3b07dde35d9cf016868af61f3f..c331e25f4fca5dfe75aeb2ec970ffb4e38a718c5 100644 (file)
@@ -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.. */
index f45be6447c082e085aaaea83adb110eb84061910..3acae73852db3419372b77d1b070cae1a50470c3 100644 (file)
@@ -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",