aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_permchannels.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2009-10-05 15:43:28 +0000
committerGravatar danieldg2009-10-05 15:43:28 +0000
commit9336468f5bfa60318cb57db5126047147b7a21cb (patch)
treefa21c838f2c706463ed25305d351397d9d5ced47 /src/modules/m_permchannels.cpp
parentFix backwards HideWhoisServer check (diff)
downloadinspircd++-9336468f5bfa60318cb57db5126047147b7a21cb.tar.gz
inspircd++-9336468f5bfa60318cb57db5126047147b7a21cb.tar.bz2
inspircd++-9336468f5bfa60318cb57db5126047147b7a21cb.zip
Run DelMode and DelModeWatcher in RemoveModule
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11799 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_permchannels.cpp')
-rw-r--r--src/modules/m_permchannels.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp
index a409078e4..7fdc12f88 100644
--- a/src/modules/m_permchannels.cpp
+++ b/src/modules/m_permchannels.cpp
@@ -187,7 +187,6 @@ public:
virtual ~ModulePermanentChannels()
{
- ServerInstance->Modes->DelMode(&p);
/*
* DelMode can't remove the +P mode on empty channels, or it will break
* merging modes with remote servers. Remove the empty channels now as