This is a simple event-based IRC bot framework written in Lua utilizing LuaSocket and Middleclass. It aims to give bot owners and creators versatility and power while removing some of the tedious work involved in setting up an IRC bot.
Install LuaSocket for your environment. On most installations, this can be done with luarocks
luarocks install luasocket
After installing the necessary components, run main.lua
lua main.lua
- Write documentation