Get rid of User.server.

This commit is contained in:
William Pitcock 2007-11-20 06:36:55 -06:00
parent 0a61720ad4
commit c88cdb0095
26 changed files with 66 additions and 70 deletions

View file

@ -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;