Remove comments related to (removed) ability to disable TS6.
This commit is contained in:
parent
1ba281712f
commit
af2484840a
|
@ -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.. */
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue