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.
- Host: GitHub
- URL: https://github.com/thinca/luabot-for-lingr
- Owner: thinca
- Archived: true
- Created: 2012-09-25T15:15:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-18T08:04:48.000Z (over 13 years ago)
- Last Synced: 2025-02-19T15:18:51.213Z (over 1 year ago)
- Language: Lua
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.