itte/README.md

29 lines
478 B
Markdown
Raw Normal View History

2018-09-17 05:42:14 +00:00
# itte
2022-03-14 06:57:49 +00:00
Mini IRC bot module in Lua.
2018-09-17 05:42:14 +00:00
2022-03-14 06:57:49 +00:00
Currently supported:
- Authentication via SASL (plain) or Nickserv
- Joining multiple servers
- Ad-hoc connecting to servers and joining channels
2022-03-14 06:57:49 +00:00
- Config reload
- Scheduled tasks
2022-03-14 06:57:49 +00:00
## Installation
2022-03-14 06:57:49 +00:00
Please see the [docs](docs/README.md).
2018-09-17 05:42:14 +00:00
2022-04-25 21:01:19 +00:00
## Contributions
[Luarocks rockspec](https://luarocks.org/modules/durrendal/itte) from [Will Sinatra](http://lambdacreate.com)
2018-09-17 05:42:14 +00:00
## License
[BSD-3.0](https://opensource.org/licenses/BSD-3-Clause)