From 41d131285318dde95aea16291bcca915b2174e30 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 11 Oct 2022 11:12:04 +0100 Subject: Rename User::age to User::nickchanged and fix the docs. --- src/modules/m_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_check.cpp') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 4ccacccd0..c924f55e5 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -196,7 +196,7 @@ public: context.Write("server", targetuser->server->GetName()); context.Write("uid", targetuser->uuid); context.Write("signon", targetuser->signon); - context.Write("nickts", targetuser->age); + context.Write("nickchanged", targetuser->nickchanged); if (localtarget) context.Write("lastmsg", localtarget->idle_lastmsg); -- cgit v1.3.1-10-gc9f91