An open API service indexing awesome lists of open source software.

https://github.com/thinca/luabot-for-lingr

A lingrbot that executes lua code.
https://github.com/thinca/luabot-for-lingr

Last synced: about 1 year ago
JSON representation

A lingrbot that executes lua code.

Awesome Lists containing this project

README

          

# LuaBot for Lingr

## Requirements
- [luvit](https://github.com/luvit/luvit)

## Usage

If you post a message which starts with `!lua`, this bot evaluates the following lua code, and say the result.

## TODO
- Timeout
- Currently, bot will freeze with the code not stopping.