X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f6bbe3cf9c786c5089bfd605315aed5268e8974..64973a71e67d846a5ce4de8e45e702840e17ce8d:/modules/m_topic.c diff --git a/modules/m_topic.c b/modules/m_topic.c index fb558fb..da5a8c2 100644 --- a/modules/m_topic.c +++ b/modules/m_topic.c @@ -28,8 +28,7 @@ #include "channel.h" #include "client.h" #include "hash.h" -#include "irc_string.h" -#include "sprintf_irc.h" +#include "match.h" #include "ircd.h" #include "numeric.h" #include "send.h" @@ -109,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,