Remove ancient comment.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10742 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-10-28 16:12:30 +00:00
parent ddef7e7a06
commit 2451bc6ba3

View 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);