X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4562c604897f18f08e1bee993d455d9c1774f9ad..43946961df9e7703c8877e4bbd9181507422429d:/modules/m_tb.c 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;