mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
Remove comments related to (removed) ability to disable TS6.
This commit is contained in:
parent
ad08ad1876
commit
e0f8d70cb2
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
if(irccmp(parv[2], "TS") == 0 && client_p->tsinfo == 0)
|
||||||
client_p->tsinfo = TS_DOESTS;
|
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)
|
if(parc == 5 && atoi(parv[3]) >= 6)
|
||||||
{
|
{
|
||||||
/* only mark as TS6 if the SID is valid.. */
|
/* 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 */
|
/* Next, send the initial handshake */
|
||||||
SetHandshake(client_p);
|
SetHandshake(client_p);
|
||||||
|
|
||||||
/* kludge, if we're not using TS6, dont ever send
|
|
||||||
* ourselves as being TS6 capable.
|
|
||||||
*/
|
|
||||||
if(!EmptyString(server_p->spasswd))
|
if(!EmptyString(server_p->spasswd))
|
||||||
{
|
{
|
||||||
sendto_one(client_p, "PASS %s TS %d :%s",
|
sendto_one(client_p, "PASS %s TS %d :%s",
|
||||||
|
|
Loading…
Reference in a new issue