From 64ee360a6948ac278cac0d7e33c847f5dfa754db Mon Sep 17 00:00:00 2001 From: stskeeps Date: Mon, 19 Feb 2001 18:44:20 +0000 Subject: [PATCH] . --- src/s_user.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s_user.c b/src/s_user.c index 1f9e64016..d45848af7 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -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);