Get rid of User.server.
This commit is contained in:
parent
0a61720ad4
commit
c88cdb0095
26 changed files with 66 additions and 70 deletions
|
@ -90,7 +90,6 @@ do_local_user(struct Client *client_p, struct Client *source_p,
|
|||
s_assert(source_p->username != username);
|
||||
|
||||
user = make_user(source_p);
|
||||
user->server = me.name;
|
||||
|
||||
if (!(source_p->flags & FLAGS_SENTUSER))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue