From 2451bc6ba359122a72c2487b1e721c3a220faae6 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 28 Oct 2008 16:12:30 +0000 Subject: [PATCH] Remove ancient comment. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10742 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanprotect.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index 927e3d4c2..f477755a4 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -355,11 +355,6 @@ class ModuleChanProtect : public Module void LoadSettings() { - /* Create a configreader class and read our flag, - * in old versions this was heap-allocated and the - * object was kept between rehashes...now we just - * stack-allocate it locally. - */ ConfigReader Conf(ServerInstance); FirstInGetsFounder = Conf.ReadFlag("chanprotect", "noservices", 0); -- 2.39.5