aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_permchannels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_permchannels.cpp')
-rw-r--r--src/modules/m_permchannels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp
index 2ed7032b0..f1eff77fe 100644
--- a/src/modules/m_permchannels.cpp
+++ b/src/modules/m_permchannels.cpp
@@ -72,7 +72,7 @@ static bool WriteDatabase(PermChannel& permchanmode, Module* mod, bool save_list
}
stream << "# This file is automatically generated by m_permchannels. Any changes will be overwritten." << std::endl
- << "<config format=\"xml\">" << std::endl;
+ << std::endl;
const chan_hash& chans = ServerInstance->GetChans();
for (chan_hash::const_iterator i = chans.begin(); i != chans.end(); ++i)