X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/340a0ddd268a84e542164e79b3e0e1879bbff7b4..8bd5767b953efd089e0467b02f897f77581e589d:/modules/m_whois.c diff --git a/modules/m_whois.c b/modules/m_whois.c index 868d199c..53b4b250 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -327,6 +327,10 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy) GlobalSetOptions.operstring)); } + if(IsSSLClient(target_p)) + sendto_one_numeric(source_p, RPL_WHOISSECURE, form_str(RPL_WHOISSECURE), + target_p->name); + if(MyClient(target_p)) { if (IsDynSpoof(target_p) && (IsOper(source_p) || source_p == target_p))