]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove ancient comment.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Oct 2008 16:12:30 +0000 (16:12 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Oct 2008 16:12:30 +0000 (16:12 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10742 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_chanprotect.cpp

index 927e3d4c240aae8ae57c4473fe8b3bd55eb528e1..f477755a420bb03f4febd7aac7b1f38896b1812c 100644 (file)
@@ -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);