X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f06c147c70cf72b40e4ec0ec3b5aca86662beb80..df22ecbf7794404ec7bfaff0475ae52704a0ad98:/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,