4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-14 12:16:37 +00:00
ircrobots/README.md
2020-04-01 15:36:53 +01:00

341 B

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/ for some usage demonstration.