mirror of
https://github.com/anope/anope.git
synced 2026-06-29 20:26:39 +02:00
Add TLS usage to the anope.user RPC event.
This commit is contained in:
@@ -489,7 +489,8 @@ public:
|
||||
.Reply("nickchanged", u->timestamp)
|
||||
.Reply("real", u->realname)
|
||||
.Reply("server", u->server->GetName())
|
||||
.Reply("signon", u->signon);
|
||||
.Reply("signon", u->signon)
|
||||
.Reply("tls", u->IsSecurelyConnected());
|
||||
|
||||
if (u->IsIdentified())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user