diff options
| author | 2007-11-04 21:24:40 +0000 | |
|---|---|---|
| committer | 2007-11-04 21:24:40 +0000 | |
| commit | 12b9855339a3bbd05cc0636588ea68bf8db390f5 (patch) | |
| tree | dd0ad2fc31061f3b3e150291f0583a3e304fc9f6 /src/modules/m_hidechans.cpp | |
| parent | Comments (diff) | |
Honking huge commit. Removal of DELETE() template that never worked right anyway
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8527 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hidechans.cpp')
| -rw-r--r-- | src/modules/m_hidechans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hidechans.cpp b/src/modules/m_hidechans.cpp index cb910aa4b..64dfff438 100644 --- a/src/modules/m_hidechans.cpp +++ b/src/modules/m_hidechans.cpp @@ -73,7 +73,7 @@ class ModuleHideChans : public Module virtual ~ModuleHideChans() { ServerInstance->Modes->DelMode(hm); - DELETE(hm); + delete hm; } virtual Version GetVersion() |
