Skip to content
Snippets Groups Projects
Commit a0c5b852 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Use ssl_session for reporting secure connections via WHOIS. Found by nelgin, thanks!

parent 8dd98cfd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1135,7 +1135,7 @@ function IRCClient_do_whois(wi) {
));
}
if (wi.local) {
if (wi.socket.ssl_server) {
if (wi.socket.ssl_session) {
this.numeric(671, format(
"%s :is using a secure connection.",
wi.nick
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment