]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_check: rename the timestamp key to createdat.
authorPeter Powell <petpow@saberuk.com>
Mon, 4 Feb 2019 15:28:01 +0000 (15:28 +0000)
committerPeter Powell <petpow@saberuk.com>
Mon, 4 Feb 2019 15:28:01 +0000 (15:28 +0000)
src/modules/m_check.cpp

index 3e9e46a3e192cd3d4b8946992429437d0512e62c..65cccec5b8d1a8f5f7405f0069836ef92b84c9c0 100644 (file)
@@ -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())
                        {