2012-01-13 23:37:15 -02:00

17 lines
311 B
Plaintext

Module
name: terminal
description: Terminal for executing lua functions
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
autoLoadAntecedence: 200
onLoad: |
require 'terminal'
require 'commands'
Terminal.init()
onUnload: |
Terminal.terminate()