mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 21:33:12 +02:00
.
This commit is contained in:
@@ -955,10 +955,12 @@ static int register_user(cptr, sptr, nick, username, umode, virthost)
|
||||
#endif
|
||||
sendto_one(sptr, rpl_str(RPL_PROTOCTL), me.name, nick,
|
||||
PROTOCTL_PARAMETERS);
|
||||
#ifdef USE_SSL
|
||||
if (sptr->flags & FLAGS_SSL)
|
||||
if (sptr->ssl)
|
||||
sendto_one(sptr, ":%s NOTICE %s :*** You are connected to %s with %s",
|
||||
me.name, sptr->name, me.name, ssl_get_cipher(sptr->ssl));
|
||||
#endif
|
||||
(void)m_lusers(sptr, sptr, 1, parv);
|
||||
update_load();
|
||||
(void)m_motd(sptr, sptr, 1, parv);
|
||||
|
||||
Reference in New Issue
Block a user