]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_shun.cpp
Run configure -update on all svn/git changes
[user/henk/code/inspircd.git] / src / modules / m_shun.cpp
index c3cd3a80d2641b552bdde681897af294bb110ff9..746dcb918b580f7901411f64ca06214c59f7ea54 100644 (file)
@@ -294,7 +294,7 @@ class ModuleShun : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$",VF_VENDOR|VF_COMMON,API_VERSION);
+               return Version("Provides the /shun command, which stops a user executing all commands except PING and PONG.",VF_VENDOR|VF_COMMON,API_VERSION);
        }
 };