Added README file.
[xavierbot.git] / README
1 I am xavierbot, an OCaml toplevel bot for IRC.
2
3 <rwmjones>    let hello () = print_endline "hello, world";;
4 <xavierbot>   val hello : unit -> unit = <fun>
5 <rwmjones>    hello ();;
6 <xavierbot>   hello, world
7 <xavierbot>   - : unit = ()
8
9 I am Public Domain.
10
11 I was originally written by Richard W.M. Jones <rich@annexia.org>.
12
13 To run me, you will need the following packages:
14
15   ocaml >= 3.10.0
16   findlib
17   perl
18   POE::Component::IRC
19   POE::Wheel::Run
20
21 Please read Makefile.config for configuration information.