1
0
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:
Sadie Powell
2025-05-09 14:17:55 +01:00
parent b76b407b33
commit 459f3d07c9
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -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())
{