From ee80672d38656fb954c0dbddccfe1baa05ef794d Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Jul 2014 02:28:39 +0200 Subject: [PATCH] raise test error --- motd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/motd.py b/motd.py index 0746a14..1665020 100644 --- a/motd.py +++ b/motd.py @@ -3,6 +3,7 @@ from helpers import * motd = server.getMotd() +raise TypeError("testing /modules") # remove this line! @hook.command("getmotd") def on_getmotd_command(sender, args):