]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nicklock.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_nicklock.cpp
index c10b9c798cb48e4826dd63adedd2b2e04a801ff7..7e13094573a75841ade64502bc4a9d03b44db029 100644 (file)
@@ -166,7 +166,7 @@ class ModuleNickLock : public Module
 
        Version GetVersion()
        {
-               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides the NICKLOCK command, allows an oper to chage a users nick and lock them to it until they quit", VF_COMMON | VF_VENDOR, API_VERSION);
        }