Author: Alex Badea <vamposdecampos@gmail.com>
[ircu2.10.12-pk.git] / ircd / m_kick.c
index 82c97931e556eb1c53bced60381f539ce6ebb0e5..60efbcec570b42be7bd38ec7c79d3459c2f43aca 100644 (file)
@@ -249,7 +249,7 @@ int ms_kick(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
       if (IsDelayedJoin(member)) {
         if (MyUser(who))
           sendcmdto_one(IsServer(sptr) ? &his : sptr, CMD_KICK,
-                        who, "%h %C :%s", chptr, who, comment);
+                        who, "%H %C :%s", chptr, who, comment);
       } else {
         sendcmdto_channel_butserv_butone(IsServer(sptr) ? &his : sptr, CMD_KICK,
                                          chptr, NULL, 0, "%H %C :%s", chptr, who,