X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_banexception.cpp;h=ad42449451c665dff817278a166af03e597bc226;hb=c202dea024542b9c6c6b771bb9a3a081d9eacdc5;hp=e142af0debb80dcbab223344c4169a24374ac46b;hpb=1031f333332cf1b09db4fd632f141143ee637c34;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index e142af0de..ad4244945 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -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(); }