Mini IRC bot module in Lua
Go to file
mio 971b758524 Try to handle pings better
- Send a pong anyway if no ping request was detected after 120s
- (ramenkan) minor text adjustments
2022-04-04 00:31:52 -04:00
docs Add scheduled tasks 2022-04-01 04:14:15 -04:00
examples Try to handle pings better 2022-04-04 00:31:52 -04: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 Try to handle pings better 2022-04-04 00:31:52 -04: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