Remove more TS5 remants (sendto_server calls).
This commit is contained in:
parent
7b22c84fab
commit
982ef94983
2 changed files with 0 additions and 10 deletions
|
@ -114,11 +114,6 @@ ms_tb(struct Client *client_p, struct Client *source_p, int parc, const char *pa
|
||||||
use_id(source_p), chptr->chname, (long) chptr->topic_time,
|
use_id(source_p), chptr->chname, (long) chptr->topic_time,
|
||||||
ConfigChannel.burst_topicwho ? chptr->topic_info : "",
|
ConfigChannel.burst_topicwho ? chptr->topic_info : "",
|
||||||
ConfigChannel.burst_topicwho ? " " : "", chptr->topic);
|
ConfigChannel.burst_topicwho ? " " : "", chptr->topic);
|
||||||
sendto_server(client_p, chptr, CAP_TB, CAP_TS6,
|
|
||||||
":%s TB %s %ld %s%s:%s",
|
|
||||||
source_p->name, chptr->chname, (long) chptr->topic_time,
|
|
||||||
ConfigChannel.burst_topicwho ? chptr->topic_info : "",
|
|
||||||
ConfigChannel.burst_topicwho ? " " : "", chptr->topic);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -988,14 +988,9 @@ sendto_realops_snomask(int flags, int level, const char *pattern, ...)
|
||||||
":%s NOTICE * :*** Notice -- %s", me.name, buf);
|
":%s NOTICE * :*** Notice -- %s", me.name, buf);
|
||||||
snobuf = construct_snobuf(flags);
|
snobuf = construct_snobuf(flags);
|
||||||
if (snobuf[1] != '\0')
|
if (snobuf[1] != '\0')
|
||||||
{
|
|
||||||
sendto_server(NULL, NULL, CAP_ENCAP|CAP_TS6, NOCAPS,
|
sendto_server(NULL, NULL, CAP_ENCAP|CAP_TS6, NOCAPS,
|
||||||
":%s ENCAP * SNOTE %c :%s",
|
":%s ENCAP * SNOTE %c :%s",
|
||||||
me.id, snobuf[1], buf);
|
me.id, snobuf[1], buf);
|
||||||
sendto_server(NULL, NULL, CAP_ENCAP, CAP_TS6,
|
|
||||||
":%s ENCAP * SNOTE %c :%s",
|
|
||||||
me.name, snobuf[1], buf);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue