diff options
| author | 2009-04-06 00:07:29 +0000 | |
|---|---|---|
| committer | 2009-04-06 00:07:29 +0000 | |
| commit | fcafba14c5408360ec725ed1649ede75b7ae52c1 (patch) | |
| tree | 32c6b69a76f125a4e117e99cf7a8532b4edf6dbf /src/modules/m_invisible.cpp | |
| parent | Remove the unused RESOLVER_NOTREADY define and fix the spelling of RESLOVER_F... (diff) | |
Weed out a few leftover server instances from before modules had ServerInstance. Patch by Ankit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11287 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_invisible.cpp')
| -rw-r--r-- | src/modules/m_invisible.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_invisible.cpp b/src/modules/m_invisible.cpp index 965ff2635..860bf5c4a 100644 --- a/src/modules/m_invisible.cpp +++ b/src/modules/m_invisible.cpp @@ -107,10 +107,8 @@ class InvisibleMode : public ModeHandler class InvisibleDeOper : public ModeWatcher { - private: - InspIRCd* Srv; public: - InvisibleDeOper(InspIRCd* Instance) : ModeWatcher(Instance, 'o', MODETYPE_USER), Srv(Instance) + InvisibleDeOper(InspIRCd* Instance) : ModeWatcher(Instance, 'o', MODETYPE_USER) { } |
