Removed python test command

This commit is contained in:
Matthieu Grieger 2014-09-16 12:27:43 -07:00
parent fd79716cab
commit 1e30f61d01

View file

@ -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