diff options
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; |
