]> jfr.im git - solanum.git/blobdiff - modules/core/m_kick.c
ircd: send tags on every message
[solanum.git] / modules / core / m_kick.c
index e592a5530198b0f042111241faedcbe46b5255c7..17231ecf9cb4c8a2b1ca9e4fa6e5ce13b18c1315 100644 (file)
@@ -167,10 +167,10 @@ m_kick(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p
                 *   be sent anyways.  Just waiting for some oper to abuse it...
                 */
                if(IsServer(source_p))
-                       sendto_channel_local(ALL_MEMBERS, chptr, ":%s KICK %s %s :%s",
+                       sendto_channel_local(source_p, ALL_MEMBERS, chptr, ":%s KICK %s %s :%s",
                                             source_p->name, name, who->name, comment);
                else
-                       sendto_channel_local(ALL_MEMBERS, chptr,
+                       sendto_channel_local(source_p, ALL_MEMBERS, chptr,
                                             ":%s!%s@%s KICK %s %s :%s",
                                             source_p->name, source_p->username,
                                             source_p->host, name, who->name, comment);