Go to file
epic morphism 33974047be rewrite the connections functions and restructure the code LOL 2019-05-19 11:38:55 +02:00
LICENSE update README and LICENSE 2019-05-16 22:09:11 +02:00
Makefile rewrite the connections functions and restructure the code LOL 2019-05-19 11:38:55 +02:00
OCamlMakefile initial import 2019-02-16 20:21:48 +01:00
README a help command that doesn't suck 2019-05-16 22:43:36 +02:00
connection.ml rewrite the connections functions and restructure the code LOL 2019-05-19 11:38:55 +02:00
connection.mli rewrite the connections functions and restructure the code LOL 2019-05-19 11:38:55 +02:00
irccolors.ml initial import 2019-02-16 20:21:48 +01:00
store.ml a help command that doesn't suck 2019-05-16 22:43:36 +02:00
vantabot.ml rewrite the connections functions and restructure the code LOL 2019-05-19 11:38:55 +02:00

README

a bot for synchronized tokin'

USAGE

When on IRC, use `!toke` to start a new toking process or join an existing one.

Right now the bot also records statistics into a file, but it doesn't do anything useful with it.

BUILDING

Install the following packages (either from opam or from your distribution):
 irc-client-tls, irc-client-lwt, dokeysto

Compile with `make`.

Run the program with `-help` to see the parameters.