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_sqlite3.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_sqlite3.cpp')
| -rw-r--r-- | src/modules/extra/m_sqlite3.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index 9607cb4dd..4c2faee1c 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -498,10 +498,6 @@ class ModuleSQLite3 : public Module ServerInstance->Modules->DoneWithInterface("SQLutils"); } - void Implements(char* List) - { - List[I_OnRequest] = List[I_OnRehash] = 1; - } void SendQueue() { |
