itte/README.md

23 lines
330 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
## Installation
2022-03-14 06:57:49 +00:00
Please see the [docs](docs/README.md).
2018-09-17 05:42:14 +00:00
## License
[BSD-3.0](https://opensource.org/licenses/BSD-3-Clause)