X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_nicklock.cpp;h=c2b179be58c4d5347462b4b7d587169fe088e2b2;hb=cc5965c45d2bccb6bd440aafb6bebfb98520ddd6;hp=b9e2a2ef4fd03602546446f82ad81c5cd2fd9378;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index b9e2a2ef4..c2b179be5 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -156,7 +156,7 @@ class ModuleNickLock : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the NICKLOCK command, allows an oper to change a users nick and lock them to it until they quit", VF_OPTCOMMON | VF_VENDOR); + return Version("Adds the /NICKLOCK command which allows server operators to change a user's nickname and prevent them from changing it again until they disconnect.", VF_OPTCOMMON | VF_VENDOR); } ModResult OnUserPreNick(LocalUser* user, const std::string& newnick) CXX11_OVERRIDE