]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_serverban.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_serverban.cpp
index f51d1d373f3cb45147042072247dccf6ce94b0b1..bd512f58bb23e3d7de5228137f878d9d29dc5b30 100644 (file)
@@ -24,7 +24,7 @@ class ModuleServerBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Extban 's' - server ban",VF_OPTCOMMON|VF_VENDOR);
+               return Version("Provides extban 's' to ban users connected to a specified server", VF_OPTCOMMON|VF_VENDOR);
        }
 
        ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) CXX11_OVERRIDE