# | Line 424 | Line 424 | register_local_user(struct Client *clien | |
---|---|---|
424 | ||
425 | if (source_p->id[0] == '\0' && me.id[0]) | |
426 | { | |
427 | < | char *id = (char *) execute_callback(uid_get_cb, source_p); |
427 | > | char *id = (char *)execute_callback(uid_get_cb, source_p); |
428 | while (hash_find_id(id) != NULL) | |
429 | id = uid_get(NULL); | |
430 | ||
# | Line 448 | Line 448 | register_local_user(struct Client *clien | |
448 | return; | |
449 | ||
450 | if (ConfigFileEntry.invisible_on_connect) | |
451 | + | { |
452 | source_p->umodes |= UMODE_INVISIBLE; | |
453 | < | Count.invisi++; |
453 | > | Count.invisi++; |
454 | > | } |
455 | ||
456 | if ((++Count.local) > Count.max_loc) | |
457 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |