From 0a229e70a5839b30d87f3585429d542db37c4cfd Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 4 Feb 2019 15:28:01 +0000 Subject: [PATCH] m_check: rename the timestamp key to createdat. --- src/modules/m_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 3e9e46a3e..65cccec5b 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -235,7 +235,7 @@ class CommandCheck : public Command else if (targchan) { /* /check on a channel */ - context.Write("timestamp", targchan->age); + context.Write("createdat", targchan->age); if (!targchan->topic.empty()) { -- 2.39.5