1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 21:33:12 +02:00
This commit is contained in:
stskeeps
2001-02-19 18:44:20 +00:00
parent 3bc852a76c
commit 64ee360a69
+2
View File
@@ -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);