mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
make m_signon build.
This commit is contained in:
parent
434028d031
commit
cf9a6b7557
1 changed files with 5 additions and 1 deletions
|
@ -257,8 +257,12 @@ me_svslogin(struct Client *client_p, struct Client *source_p,
|
|||
}
|
||||
else
|
||||
{
|
||||
char note[NICKLEN + 10];
|
||||
|
||||
send_signon(NULL, target_p, nick, user, host, CurrentTime, login);
|
||||
rb_note(target_p->localClient->F->fd, "Nick: %s", target_p->name);
|
||||
|
||||
rb_snprintf(note, NICKLEN + 10, "Nick: %s", target_p->name);
|
||||
rb_note(target_p->localClient->F, note);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue