From fbb1ebd08b6e4f3322da57884d6c90447bd21460 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 23 Feb 2010 05:53:08 +0000 Subject: [PATCH] Add a short message at the top of permchannel DB, and ensure config format is compat git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12544 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_permchannels.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp index 3b8e5e43c..4fbc8338b 100644 --- a/src/modules/m_permchannels.cpp +++ b/src/modules/m_permchannels.cpp @@ -42,6 +42,7 @@ static bool WriteDatabase() return false; } + fputs("# Permchannels DB\n# This file is autogenerated; any changes will be overwritten!\n\n", f); // Now, let's write. for (chan_hash::const_iterator i = ServerInstance->chanlist->begin(); i != ServerInstance->chanlist->end(); i++) { -- 2.39.5