m_webirc: it's "TLS" to you

This commit is contained in:
Ed Kellett 2019-10-20 18:01:27 +01:00
parent 11ef0e2b98
commit cccda2ff2f
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -102,7 +102,7 @@ mr_webirc(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sourc
}
if (!IsSSL(source_p) && aconf->flags & CONF_FLAGS_NEED_SSL)
{
sendto_one(source_p, "NOTICE * :Your CGI:IRC block requires SSL");
sendto_one(source_p, "NOTICE * :Your CGI:IRC block requires TLS");
return;
}