s_user: clean up return types and can YES/NO.
This commit is contained in:
parent
07554369bd
commit
6287d57fa9
3 changed files with 37 additions and 41 deletions
|
@ -1138,7 +1138,8 @@ register_client(struct Client *client_p, struct Client *server,
|
|||
|
||||
call_hook(h_new_remote_user, source_p);
|
||||
|
||||
return (introduce_client(client_p, source_p, user, nick, parc == 12));
|
||||
introduce_client(client_p, source_p, user, nick, parc == 12);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Check if we can do SAVE. target_p can be a client to save or a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue