X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_lockserv.cpp;h=5d049423d06b51133ef3aa696316de331e2a9c02;hb=e59cb85871f75b7603c63c6cd274d57536cf6794;hp=2db01b99ae2966ec75d13c887bd84f26a9cb2e64;hpb=77730fd5f09f8fc193205654c8bba84d34365670;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_lockserv.cpp b/src/modules/m_lockserv.cpp index 2db01b99a..5d049423d 100644 --- a/src/modules/m_lockserv.cpp +++ b/src/modules/m_lockserv.cpp @@ -123,7 +123,7 @@ class ModuleLockserv : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Allows locking of the server to stop all incoming connections until unlocked again", VF_VENDOR); + return Version("Provides the LOCKSERV and UNLOCKSERV commands to lock the server and block all incoming connections until unlocked again", VF_VENDOR); } };