From 1e30f61d01668ca7a3a4fbde062cdc82b23fe34f Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Tue, 16 Sep 2014 12:27:43 -0700 Subject: [PATCH] Removed python test command --- mumbledj/mumbledj.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mumbledj/mumbledj.lua b/mumbledj/mumbledj.lua index 1c9b53a..1fff2e5 100644 --- a/mumbledj/mumbledj.lua +++ b/mumbledj/mumbledj.lua @@ -108,8 +108,6 @@ function parseCommand(message) else message.user:send(config.NO_PERMISSION_MSG) end - elseif command == "python" then - os.execute("python test.py") else message.user:send("The command you have entered is not valid.") end