Added rlimits, support for objects.
[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 DEPENDENCIES ----------------------------------------
14
15 To run me, you will need the following packages:
16
17   ocaml >= 3.10.0
18   findlib
19   perl
20   POE::Component::IRC
21   POE::Wheel::Run
22
23 INSTALLATION ----------------------------------------
24
25 Please read & edit these files:
26
27   Makefile.config
28   xavierbot.pl.in
29
30 Do:
31
32   make
33
34 Either:
35   sudo make install
36 or:
37   sudo make permissions