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/m_censor.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/m_censor.cpp')
| -rw-r--r-- | src/modules/m_censor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_censor.cpp b/src/modules/m_censor.cpp index 9fc9a9134..e29b10194 100644 --- a/src/modules/m_censor.cpp +++ b/src/modules/m_censor.cpp @@ -103,10 +103,6 @@ class ModuleCensor : public Module ServerInstance->Modules->Attach(eventlist, this, 3); } - void Implements(char* List) - { - List[I_OnRehash] = List[I_OnUserPreMessage] = List[I_OnUserPreNotice] = 1; - } virtual ~ModuleCensor() { |
