Updated to OTCv8 3.1 rev 130

This commit is contained in:
OTCv8
2022-02-15 20:58:27 +00:00
parent 26afd88156
commit 5a3e429d32
135 changed files with 5381 additions and 2684 deletions

View File

@@ -89,7 +89,6 @@ 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
@@ -118,6 +117,7 @@ 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,