From 22cc16cc485779cdb7284e20fb54d2909f1fc894 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Jul 2014 02:34:36 +0200 Subject: [PATCH] remove test line --- motd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/motd.py b/motd.py index 1665020..e6a6ae1 100644 --- a/motd.py +++ b/motd.py @@ -3,8 +3,6 @@ from helpers import * motd = server.getMotd() -raise TypeError("testing /modules") # remove this line! - @hook.command("getmotd") def on_getmotd_command(sender, args): plugin_header(sender, "MOTD")