]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 486ad1c18113b689882f2fb2e9369d4618a08b40..a7ff2bd075acb309bdf1d6cf9501cbe4ea9eecf0 100644 (file)
@@ -58,7 +58,7 @@ class Modulealltime : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Display timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Provides the ALLTIME command, displays timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);
        }
 
 };