515 |
strlcpy(source_p->info, realname, sizeof(source_p->info)); |
strlcpy(source_p->info, realname, sizeof(source_p->info)); |
516 |
strlcpy(source_p->username, username, sizeof(source_p->username)); |
strlcpy(source_p->username, username, sizeof(source_p->username)); |
517 |
|
|
|
/* Increment our total user count here */ |
|
|
if (++Count.total > Count.max_tot) |
|
|
Count.max_tot = Count.total; |
|
|
|
|
|
source_p->from->serv->dep_users++; |
|
|
|
|
518 |
/* |
/* |
519 |
* coming from another server, take the servers word for it |
* coming from another server, take the servers word for it |
520 |
*/ |
*/ |
552 |
return; |
return; |
553 |
} |
} |
554 |
|
|
555 |
|
/* Increment our total user count here */ |
556 |
|
if (++Count.total > Count.max_tot) |
557 |
|
Count.max_tot = Count.total; |
558 |
|
|
559 |
|
++source_p->from->serv->dep_users; |
560 |
|
|
561 |
SetClient(source_p); |
SetClient(source_p); |
562 |
dlinkAdd(source_p, &source_p->lnode, &source_p->servptr->serv->users); |
dlinkAdd(source_p, &source_p->lnode, &source_p->servptr->serv->users); |
563 |
add_user_host(source_p->username, source_p->host, 1); |
add_user_host(source_p->username, source_p->host, 1); |