]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 3f2faf1236a98fc5de1521afb08612b80c3af3da..af529bf537c4d49969fab9c01bb3defbb2a5fbaa 100644 (file)
@@ -8,6 +8,7 @@
  *   Copyright (C) 2007, 2010 Craig Edwards <brain@inspircd.org>
  *   Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
+ *   Copyright (C) 2006 John Brooks <special@inspircd.org>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -62,7 +63,7 @@ class Modulealltime : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the ALLTIME command, displays timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /ALLTIME command which allows server operators to see the current UTC time on all of the servers on the network.", VF_OPTCOMMON | VF_VENDOR);
        }
 
 };