]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sajoin.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_sajoin.cpp
index bf1cbe450aab7b80253a39927b8ff05240e20531..207415d9e346b87930df544de6a960c28136f996 100644 (file)
@@ -109,7 +109,7 @@ class ModuleSajoin : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for unreal-style SAJOIN command", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
        }
 
 };