aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_permchannels.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-01-25 03:27:13 +0000
committerGravatar Sadie Powell2019-01-25 03:27:13 +0000
commitb4685e06d45336e7ce7cb138f8261ac120a2d6d3 (patch)
tree5381913a67543db4e91a72a4949cf6cde2942711 /src/modules/m_permchannels.cpp
parentMigrate m_ssl_gnutls from auto_ptr to shared_ptr. (diff)
downloadinspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.tar.gz
inspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.tar.bz2
inspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.zip
Remove all 2.0 config compatibility code.
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)