Updated to OTCv8 3.1 rev 131

This commit is contained in:
OTCv8
2022-02-15 21:11:37 +00:00
parent 5a3e429d32
commit 80177bd151
136 changed files with 2685 additions and 5381 deletions

View File

@@ -89,6 +89,7 @@ function executeBot(config, storage, tabs, msgCallback, saveConfigCallback, relo
context.pcall = pcall
context.os = {
time = os.time,
date = os.date,
difftime = os.difftime,
date = os.date,
clock = os.clock
@@ -117,7 +118,6 @@ function executeBot(config, storage, tabs, msgCallback, saveConfigCallback, relo
context.g_window = g_window
context.g_mouse = g_mouse
context.g_things = g_things
context.g_settings = g_settings
context.g_platform = {
openUrl = g_platform.openUrl,
openDir = g_platform.openDir,