diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-03 22:05:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-03 22:05:56 +0000 |
commit | 2d659114b7c8d91c70d327259d0be63de006ec8c (patch) | |
tree | cfd7ace25e4857c4d2f8094ac4d03b7a5980db5b /src/modules/m_testcommand.cpp | |
parent | 76684690a32726ab9efcf0b430cbed92d6380d98 (diff) |
Fix broken modules (broken due to api change)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6860 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_testcommand.cpp')
-rw-r--r-- | src/modules/m_testcommand.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index a3ae7aedf..015c8b1df 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -90,14 +90,8 @@ class ModuleTestCommand : public Module void Implements(char* List) { - List[I_OnUserJoin] = 1; } - virtual void OnUserJoin(userrec* user, chanrec* channel) - { - /* This is an example, we do nothing here */ - } - virtual ~ModuleTestCommand() { delete newcommand; |