X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4562c604897f18f08e1bee993d455d9c1774f9ad..43946961df9e7703c8877e4bbd9181507422429d:/modules/core/m_kick.c diff --git a/modules/core/m_kick.c b/modules/core/m_kick.c index a7d5e2a7..ecf1d218 100644 --- a/modules/core/m_kick.c +++ b/modules/core/m_kick.c @@ -181,9 +181,6 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p sendto_server(client_p, chptr, CAP_TS6, NOCAPS, ":%s KICK %s %s :%s", use_id(source_p), chptr->chname, use_id(who), comment); - sendto_server(client_p, chptr, NOCAPS, CAP_TS6, - ":%s KICK %s %s :%s", - source_p->name, chptr->chname, who->name, comment); remove_user_from_channel(msptr); } else if (MyClient(source_p))