]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Replace OnRehash() with ReadConfig() that is called on boot, on module load and on...
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index e142af0debb80dcbab223344c4169a24374ac46b..ad42449451c665dff817278a166af03e597bc226 100644 (file)
@@ -117,7 +117,7 @@ class ModuleBanException : public Module
                be.DoSyncChannel(chan, proto, opaque);
        }
 
-       void OnRehash(User* user) CXX11_OVERRIDE
+       void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE
        {
                be.DoRehash();
        }