diff options
author | Peter Powell <petpow@saberuk.com> | 2019-02-04 15:28:01 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-04 15:28:01 +0000 |
commit | 0a229e70a5839b30d87f3585429d542db37c4cfd (patch) | |
tree | e9b41bd075e6805cb2969f2f9e467e4a11abf67d /src/modules | |
parent | a7b52308dba32becb40522b76b1bfee8e37470fe (diff) |
m_check: rename the timestamp key to createdat.
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_check.cpp | 2 |
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()) { |