381 |
|
/* report if user has &^>= etc. and set flags as needed in source_p */ |
382 |
|
report_and_set_user_flags(source_p, aconf); |
383 |
|
|
384 |
+ |
if (IsDead(client_p)) |
385 |
+ |
return; |
386 |
+ |
|
387 |
|
/* Limit clients - |
388 |
|
* We want to be able to have servers and F-line clients |
389 |
|
* connect, so save room for "buffer" connections. |
421 |
|
if (check_xline(source_p)) |
422 |
|
return; |
423 |
|
|
421 |
– |
if (IsDead(client_p)) |
422 |
– |
return; |
423 |
– |
|
424 |
|
if (me.id[0]) |
425 |
|
{ |
426 |
|
const char *id = execute_callback(uid_get_cb, source_p); |
453 |
|
source_p->info); |
454 |
|
|
455 |
|
|
456 |
– |
/* If they have died in send_* don't do anything. */ |
457 |
– |
if (IsDead(source_p)) |
458 |
– |
return; |
459 |
– |
|
456 |
|
if (ConfigFileEntry.invisible_on_connect) |
457 |
|
{ |
458 |
|
source_p->umodes |= UMODE_INVISIBLE; |
459 |
< |
Count.invisi++; |
459 |
> |
++Count.invisi; |
460 |
|
} |
461 |
|
|
462 |
|
if ((++Count.local) > Count.max_loc) |