Remove some TS5 code from ms_bmask().
ms_bmask() used to send MODE messages to TS5 servers, but TS5 support was removed long ago.
This commit is contained in:
parent
23f6b63af6
commit
c25a890796
1 changed files with 0 additions and 3 deletions
|
@ -358,8 +358,6 @@ ms_bmask(struct Client *client_p, struct Client *source_p, int parc, const char
|
||||||
*mbuf = '\0';
|
*mbuf = '\0';
|
||||||
*(pbuf - 1) = '\0';
|
*(pbuf - 1) = '\0';
|
||||||
sendto_channel_local(mems, chptr, "%s %s", modebuf, parabuf);
|
sendto_channel_local(mems, chptr, "%s %s", modebuf, parabuf);
|
||||||
sendto_server(client_p, chptr, needcap, CAP_TS6,
|
|
||||||
"%s %s", modebuf, parabuf);
|
|
||||||
|
|
||||||
mbuf = modebuf + mlen;
|
mbuf = modebuf + mlen;
|
||||||
pbuf = parabuf;
|
pbuf = parabuf;
|
||||||
|
@ -396,7 +394,6 @@ ms_bmask(struct Client *client_p, struct Client *source_p, int parc, const char
|
||||||
*mbuf = '\0';
|
*mbuf = '\0';
|
||||||
*(pbuf - 1) = '\0';
|
*(pbuf - 1) = '\0';
|
||||||
sendto_channel_local(mems, chptr, "%s %s", modebuf, parabuf);
|
sendto_channel_local(mems, chptr, "%s %s", modebuf, parabuf);
|
||||||
sendto_server(client_p, chptr, needcap, CAP_TS6, "%s %s", modebuf, parabuf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sendto_server(client_p, chptr, CAP_TS6 | needcap, NOCAPS, ":%s BMASK %ld %s %s :%s",
|
sendto_server(client_p, chptr, CAP_TS6 | needcap, NOCAPS, ":%s BMASK %ld %s %s :%s",
|
||||||
|
|
Loading…
Reference in a new issue