From 2d659114b7c8d91c70d327259d0be63de006ec8c Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 3 May 2007 22:05:56 +0000 Subject: Fix broken modules (broken due to api change) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6860 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_testcommand.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/m_testcommand.cpp') 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; -- cgit v1.3.1-10-gc9f91