X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_alltime.cpp;h=a7ff2bd075acb309bdf1d6cf9501cbe4ea9eecf0;hb=e59cb85871f75b7603c63c6cd274d57536cf6794;hp=486ad1c18113b689882f2fb2e9369d4618a08b40;hpb=c6e40d36b42a7ebf832c3a57d2816a47ee9c9a76;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 486ad1c18..a7ff2bd07 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -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); } };