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
|
2022-03-21 03:17:04 +00:00
|
|
|
- Ad-hoc connecting to servers and joining channels
|
2022-03-14 06:57:49 +00:00
|
|
|
- Config reload
|
|
|
|
|
|
|
|
|
2022-03-21 03:17:04 +00:00
|
|
|
## Installation
|
2022-03-14 06:57:49 +00:00
|
|
|
|
2022-03-21 03:17:04 +00:00
|
|
|
Please see the [docs](docs/README.md).
|
2018-09-17 05:42:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2022-03-21 03:17:04 +00:00
|
|
|
[BSD-3.0](https://opensource.org/licenses/BSD-3-Clause)
|
|
|
|
|