Remove more TS5 remants (sendto_server calls).

This commit is contained in:
Jilles Tjoelker 2008-06-14 02:06:55 +02:00
parent 7b22c84fab
commit 982ef94983
2 changed files with 0 additions and 10 deletions

View file

@ -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,
ConfigChannel.burst_topicwho ? chptr->topic_info : "",
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;

View file

@ -988,14 +988,9 @@ sendto_realops_snomask(int flags, int level, const char *pattern, ...)
":%s NOTICE * :*** Notice -- %s", me.name, buf);
snobuf = construct_snobuf(flags);
if (snobuf[1] != '\0')
{
sendto_server(NULL, NULL, CAP_ENCAP|CAP_TS6, NOCAPS,
":%s ENCAP * SNOTE %c :%s",
me.id, snobuf[1], buf);
sendto_server(NULL, NULL, CAP_ENCAP, CAP_TS6,
":%s ENCAP * SNOTE %c :%s",
me.name, snobuf[1], buf);
}
}
else
{