X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/13ae2f4b6904ebf7b8160902f9ffeb80f7585ed2..2392eb24cd19cede27f51ffa7f3d70b29edcbe33:/modules/m_topic.c diff --git a/modules/m_topic.c b/modules/m_topic.c index 9c91170..da5a8c2 100644 --- a/modules/m_topic.c +++ b/modules/m_topic.c @@ -108,10 +108,6 @@ m_topic(struct Client *client_p, struct Client *source_p, int parc, const char * ":%s TOPIC %s :%s", use_id(source_p), chptr->chname, chptr->topic == NULL ? "" : chptr->topic); - sendto_server(client_p, chptr, NOCAPS, CAP_TS6, - ":%s TOPIC %s :%s", - source_p->name, chptr->chname, - chptr->topic == NULL ? "" : chptr->topic); sendto_channel_local(ALL_MEMBERS, chptr, ":%s!%s@%s TOPIC %s :%s", source_p->name, source_p->username,