X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/ac408af6cba5a230c66186d4389e60766c3a74a4..eb157882d544cef011402d332a3625330c62668d:/modules/m_pass.c?ds=sidebyside 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.. */