Remove nickTS from extended-join.

This commit is contained in:
Jilles Tjoelker 2011-01-11 00:26:15 +01:00
parent e2b507ac41
commit 26e9dd93ad

View file

@ -139,10 +139,10 @@ send_channel_join(struct Channel *chptr, struct Client *client_p)
sendto_channel_local_with_capability(ALL_MEMBERS, NOCAPS, CLICAP_EXTENDED_JOIN, chptr, ":%s!%s@%s JOIN %s",
client_p->name, client_p->username, client_p->host, chptr->chname);
sendto_channel_local_with_capability(ALL_MEMBERS, CLICAP_EXTENDED_JOIN, NOCAPS, chptr, ":%s!%s@%s JOIN %s %s %ld :%s",
sendto_channel_local_with_capability(ALL_MEMBERS, CLICAP_EXTENDED_JOIN, NOCAPS, chptr, ":%s!%s@%s JOIN %s %s :%s",
client_p->name, client_p->username, client_p->host, chptr->chname,
EmptyString(client_p->user->suser) ? "*" : client_p->user->suser,
client_p->tsinfo, client_p->info);
client_p->info);
}
/* find_channel_membership()