Cleanup Locale system, remove legacy Locale API, add command help handling, misc

This commit is contained in:
2024-08-07 02:27:17 +02:00
parent 6a1a21027c
commit c9895a4bed
37 changed files with 314 additions and 297 deletions

View File

@ -53,6 +53,6 @@ end)()"""))
SendMessage(context, {"TextPlain": textOutput})
RegisterModule(name="Scripting", group="Geek", endpoints=[
SafeNamespace(names=["lua"], handler=cLua),
SafeNamespace(names=["lua"], handler=cLua, body=False, quoted=False),
])