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 . To run me, you will need the following packages: ocaml >= 3.10.0 findlib perl POE::Component::IRC POE::Wheel::Run Please read Makefile.config for configuration information.