diff options
| author | 2007-11-04 22:51:22 +0000 | |
|---|---|---|
| committer | 2007-11-04 22:51:22 +0000 | |
| commit | 53afaa7cadcdf222dcf761441727305f79b4c557 (patch) | |
| tree | 34d8ba4dcba9ad6c96ac3eef8223f8c7ea45689e /src/modules/extra/m_sqloper.cpp | |
| parent | wtf at the line endings in this bag of spanners (diff) | |
Remove Implements() method from every module. booya.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8536 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
| -rw-r--r-- | src/modules/extra/m_sqloper.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index 6e7d2a44a..0b10ac467 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -60,10 +60,6 @@ public: ServerInstance->Modules->DoneWithInterface("HashRequest"); } - void Implements(char* List) - { - List[I_OnRequest] = List[I_OnRehash] = List[I_OnPreCommand] = 1; - } virtual void OnRehash(User* user, const std::string ¶meter) { |
