summaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authordz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-18 19:15:26 +0000
committerdz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-18 19:15:26 +0000
commitc2a9bd6a13d9c0cfa903cb54db0adc4288556f72 (patch)
tree10135b25ddeefd92691ec93ddfd0dc46c11ba366 /src/modules/m_dccallow.cpp
parente430a965545e89391b63dcda9ca3bded13146711 (diff)
Make m_dccallow reread badfiles on rehash, not just on load.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11235 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index c2febadce..dc7df8dde 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -263,6 +263,7 @@ class ModuleDCCAllow : public Module
{
delete Conf;
Conf = new ConfigReader(ServerInstance);
+ ReadFileConf();
}
virtual void OnUserQuit(User* user, const std::string &reason, const std::string &oper_message)