]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sqlauth.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlauth.cpp
index e20f4e33e4101f4f538cd594666d9c35a312a7c1..1f2df8a1a0cd5f77266975a716dfdce1eaff313d 100644 (file)
@@ -203,7 +203,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Allow/Deny connections based upon an arbitary SQL table", VF_VENDOR, API_VERSION);
        }
 
 };