]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 3f2faf1236a98fc5de1521afb08612b80c3af3da..55f834979184bd8ff616ceec220f93cc20630630 100644 (file)
@@ -62,7 +62,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);
        }
 
 };