Remove nickTS from extended-join.
This commit is contained in:
parent
e2b507ac41
commit
26e9dd93ad
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue