Mini IRC bot module in Lua
Go to file
mio 4edbf32ef9 Add docs
- Add more-detailed usage doc
- Add a smaller hello world example
- Include a user systemd file
- Fix config check to include second-level nested tables
2022-03-21 04:09:12 +00:00
docs Add docs 2022-03-21 04:09:12 +00:00
examples Add docs 2022-03-21 04:09:12 +00:00
.gitignore Add docs 2022-03-21 04:09:12 +00:00
README.md Add docs 2022-03-21 04:09:12 +00:00
itte.lua Add docs 2022-03-21 04:09:12 +00:00
itteutil.lua Add handlers to list servers/channels, connect to/quit servers 2022-03-20 03:42:25 +00:00

README.md

itte

Mini IRC bot module in Lua.

Currently supported:

  • Authentication via SASL (plain) or Nickserv
  • Joining multiple servers
  • Ad-hoc connecting to servers and joining channels
  • Config reload

Installation

Please see the docs.

License

BSD-3.0