summaryrefslogtreecommitdiff
path: root/motd.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-21 02:34:36 +0200
committerjomo <github@jomo.tv>2014-07-21 02:34:36 +0200
commita9e0c621ec482707189b0ff900c437c617a836d5 (patch)
tree1dadca86db6e1efe6bd846156c7f052c96550262 /motd.py
parent7f74482fa40da779449d27c1ca52f6099c61b9ec (diff)
remove test line
Diffstat (limited to 'motd.py')
-rw-r--r--motd.py2
1 files changed, 0 insertions, 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")