I am xavierbot, an OCaml toplevel bot for IRC. let hello () = print_endline "hello, world";; val hello : unit -> unit = hello ();; hello, world - : unit = () I am Public Domain. I was originally written by Richard W.M. Jones . DEPENDENCIES ---------------------------------------- To run me, you will need the following packages: ocaml >= 3.10.0 findlib perl POE::Component::IRC POE::Wheel::Run INSTALLATION ---------------------------------------- Please read & edit these files: Makefile.config xavierbot.pl.in Do: make Either: sudo make install or: sudo make permissions