761 B
761 B
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*.lua
files to theexamples/
directory. Copy theexamples/sample.servers.lua
asramenkan.servers.lua
and change the server settings as applicable. -
Run:
nohup lua /path/to/examples/ramenkan.lua >/dev/null 2>&1 &
License
BSD-3.0