m_webirc: it's "TLS" to you
This commit is contained in:
parent
11ef0e2b98
commit
cccda2ff2f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue