diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-05 15:43:28 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-05 15:43:28 +0000 |
commit | 9336468f5bfa60318cb57db5126047147b7a21cb (patch) | |
tree | fa21c838f2c706463ed25305d351397d9d5ced47 /src/modules/m_callerid.cpp | |
parent | 98b252507021cd63ac8e6fd92185325562eb3575 (diff) |
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_callerid.cpp')
-rw-r--r-- | src/modules/m_callerid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index b0d8f54b7..4f7017a1b 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -358,7 +358,6 @@ public: virtual ~ModuleCallerID() { - ServerInstance->Modes->DelMode(&myumode); } virtual Version GetVersion() |