From: Peter Powell Date: Mon, 4 Feb 2019 15:28:01 +0000 (+0000) Subject: m_check: rename the timestamp key to createdat. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=0a229e70a5839b30d87f3585429d542db37c4cfd;p=user%2Fhenk%2Fcode%2Finspircd.git m_check: rename the timestamp key to createdat. --- 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()) {