summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-28 16:12:30 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-28 16:12:30 +0000
commit2451bc6ba359122a72c2487b1e721c3a220faae6 (patch)
tree403fab4a2b5c4d7edcedfc7238b0a101c1f29d04
parentddef7e7a06775863b971b6e657b9484feea67f47 (diff)
Remove ancient comment.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10742 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules/m_chanprotect.cpp5
1 files changed, 0 insertions, 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);