]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_gecosban.cpp
Fail websocket connections if changing the user's IP errors.
[user/henk/code/inspircd.git] / src / modules / m_gecosban.cpp
index b7e278a15a5b771d2b9b552592ccd07e9ea352e2..2bbc4ad61f9c15b9bfe0b342bfff572493e73e3d 100644 (file)
@@ -30,7 +30,7 @@ class ModuleGecosBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides a way to ban users by their real name with the 'a' and 'r' extbans", VF_OPTCOMMON|VF_VENDOR);
+               return Version("Adds the r extended ban which checks whether users have a real name (gecos) matching the specified glob pattern.", VF_OPTCOMMON|VF_VENDOR);
        }
 
        ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) CXX11_OVERRIDE