X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_alltime.cpp;h=55f834979184bd8ff616ceec220f93cc20630630;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=3f2faf1236a98fc5de1521afb08612b80c3af3da;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 3f2faf123..55f834979 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -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); } };