summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-02-04 15:28:01 +0000
committerPeter Powell <petpow@saberuk.com>2019-02-04 15:28:01 +0000
commit0a229e70a5839b30d87f3585429d542db37c4cfd (patch)
treee9b41bd075e6805cb2969f2f9e467e4a11abf67d /src/modules
parenta7b52308dba32becb40522b76b1bfee8e37470fe (diff)
m_check: rename the timestamp key to createdat.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_check.cpp2
1 files changed, 1 insertions, 1 deletions
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())
{