]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_serverban.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_serverban.cpp
index d821144ecb4d63da769a9fa752af1dc66a79faac..d80d789f7ae780eaf0f1e6d8b18bfc18aaed1cb0 100644 (file)
@@ -30,7 +30,7 @@ class ModuleServerBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Adds the s extended ban which check whether users are on a server matching the specified glob pattern.", VF_OPTCOMMON|VF_VENDOR);
+               return Version("Adds the s: extended ban which check whether users are on a server matching the specified glob pattern.", VF_OPTCOMMON|VF_VENDOR);
        }
 
        ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) CXX11_OVERRIDE