diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 22:51:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 22:51:22 +0000 |
commit | 53afaa7cadcdf222dcf761441727305f79b4c557 (patch) | |
tree | 34d8ba4dcba9ad6c96ac3eef8223f8c7ea45689e /src/modules/m_check.cpp | |
parent | 6f1b91fb149fc547c96a93b4dc421f4e0721cb5a (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/m_check.cpp')
-rw-r--r-- | src/modules/m_check.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 8c4aa5353..117ff72d0 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -176,10 +176,6 @@ class ModuleCheck : public Module return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION); } - void Implements(char* List) - { - /* we don't hook anything, nothing required */ - } }; |