itte
Mini IRC bot module in Lua.
Currently supported:
- Authentication via SASL (plain) or Nickserv
- Joining multiple servers
- Config reload
Requirements
Usage
See the bot files in the examples/ directory for usage notes.
Example: ramenkan
-
Install Lua and other dependencies, e.g. for Alpine:
apk add lua-socket lua-sec -
Copy the
itte*.luafiles to theexamples/directory. Copy theexamples/sample.servers.luaasramenkan.servers.luaand change the server settings as applicable. -
Run:
nohup lua /path/to/examples/ramenkan.lua >/dev/null 2>&1 &
License
BSD-3.0
Description
Languages
Lua
100%