Mini IRC bot module in Lua
Go to file
mio de2643183f Fix task repetition
- Fix task scheduling not repeating and resulting in high cpu usage
- Fix pong response triggered by user message
- Add timestamp to debug output
2022-04-09 01:28:59 -04:00
docs Add scheduled tasks 2022-04-01 04:14:15 -04:00
examples Fix task repetition 2022-04-09 01:28:59 -04:00
.gitignore Fix task repetition 2022-04-09 01:28:59 -04:00
README.md Add docs 2022-03-21 04:09:12 +00:00
itte.lua Fix task repetition 2022-04-09 01:28:59 -04:00
itteutil.lua Fix task repetition 2022-04-09 01:28:59 -04: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