]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_tb.c
Update TODO
[irc/rqf/shadowircd.git] / modules / m_tb.c
index 875713e901ae8ed003a4a6a2779eeca2806e1441..ad5741bb712092344f627fcc1dd59ce4bc099acd 100644 (file)
@@ -37,7 +37,7 @@
 #include "common.h"
 #include "config.h"
 #include "ircd.h"
-#include "irc_string.h"
+#include "match.h"
 #include "s_conf.h"
 #include "msg.h"
 #include "modules.h"
@@ -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;