]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_bcrypt.cpp
Send the ACCEPT and KEYLEN ISUPPORT tokens.
[user/henk/code/inspircd.git] / src / modules / m_bcrypt.cpp
index 8a025a0d661c4c96199ddc95d09a5284f739fc03..1698b072785985f36c16a4f783adf75700ae3f3f 100644 (file)
@@ -978,7 +978,7 @@ class ModuleBCrypt : public Module
                bcrypt.rounds = conf->getInt("rounds", 10, 1);
        }
 
-       Version GetVersion()
+       Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Implements bcrypt hashing", VF_VENDOR);
        }