mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Cleanup Locale system, remove legacy Locale API, add command help handling, misc
This commit is contained in:
@ -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),
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user