diff options
| author | 2007-05-19 17:36:26 +0000 | |
|---|---|---|
| committer | 2007-05-19 17:36:26 +0000 | |
| commit | 206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a (patch) | |
| tree | c4d7878e6b460f81cda67fa1fb8d9839b0081676 /src/modules/m_operchans.cpp | |
| parent | Visual studio's ability to translate tabs to four spaces as default frustrate... (diff) | |
| download | inspircd++-206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a.tar.gz inspircd++-206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a.tar.bz2 inspircd++-206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a.zip | |
SPACE INDENTING ACTION RANGERS -- ATTACK!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7048 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_operchans.cpp')
| -rw-r--r-- | src/modules/m_operchans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index 15ef0faf9..bfeed72bf 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -82,7 +82,7 @@ class ModuleOperChans : public Module return 0; } - virtual ~ModuleOperChans() + virtual ~ModuleOperChans() { ServerInstance->Modes->DelMode(oc); DELETE(oc); |
