From 982ef94983d21305b05799a9484b1cb6ecc83c44 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 14 Jun 2008 02:06:55 +0200 Subject: [PATCH] Remove more TS5 remants (sendto_server calls). --- modules/m_tb.c | 5 ----- src/send.c | 5 ----- 2 files changed, 10 deletions(-) diff --git a/modules/m_tb.c b/modules/m_tb.c index ddc22459..ad5741bb 100644 --- a/modules/m_tb.c +++ b/modules/m_tb.c @@ -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; diff --git a/src/send.c b/src/send.c index a3154c3a..b12b92e0 100644 --- a/src/send.c +++ b/src/send.c @@ -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 {