diff options
-rw-r--r-- | src/modules/m_permchannels.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<config format=\"comapt\">\n", f); // Now, let's write. for (chan_hash::const_iterator i = ServerInstance->chanlist->begin(); i != ServerInstance->chanlist->end(); i++) { |