Updated to OTCv8 3.1 rev 132

This commit is contained in:
OTCv8
2022-02-17 11:22:38 +00:00
parent 80177bd151
commit db1d638018
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,