From c2a9bd6a13d9c0cfa903cb54db0adc4288556f72 Mon Sep 17 00:00:00 2001 From: dz Date: Wed, 18 Mar 2009 19:15:26 +0000 Subject: 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 --- src/modules/m_dccallow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.3