2020-04-01 16:36:53 +02:00
|
|
|
# ircrobots
|
|
|
|
|
|
|
|
## rationale
|
|
|
|
I wanted a very-bare-bones IRC bot framework that deals with most of the
|
|
|
|
concerns one would deal with in scheduling and awaiting async stuff, e.g.
|
|
|
|
creating and awaiting a new task for each server while dynamically being able
|
|
|
|
to add/remove servers.
|
|
|
|
|
|
|
|
## usage
|
|
|
|
see [examples/](examples/) for some usage demonstration.
|
2020-07-10 13:11:20 +02:00
|
|
|
|
|
|
|
## contact
|
|
|
|
|
2021-05-24 20:08:26 +02:00
|
|
|
Come say hi at `#irctokens` on irc.libera.chat
|