Get rid of User.server.
This commit is contained in:
parent
0a61720ad4
commit
c88cdb0095
26 changed files with 66 additions and 70 deletions
|
@ -511,7 +511,7 @@ ms_join(struct Client *client_p, struct Client *source_p, int parc, const char *
|
|||
source_p->id, (long) chptr->channelts, chptr->chname);
|
||||
sendto_server(client_p, chptr, NOCAPS, CAP_TS6,
|
||||
":%s SJOIN %ld %s %s :%s",
|
||||
source_p->user->server, (long) chptr->channelts,
|
||||
source_p->servptr->name, (long) chptr->channelts,
|
||||
chptr->chname, keep_new_modes ? "+" : "0",
|
||||
source_p->name);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue