X-Git-Url: http://git.annexia.org/?p=xavierbot.git;a=blobdiff_plain;f=README;fp=README;h=78e0171c29f8945f484269849e3c7c14ec35daf1;hp=ea53c405d370a10a12cc133fd84593148bfb4059;hb=943568e6c3afcb7b66fc111425ad6762afb4af01;hpb=cf77e53fed9a4870a5774825127c670f51a645b7 diff --git a/README b/README index ea53c40..78e0171 100644 --- a/README +++ b/README @@ -35,3 +35,25 @@ Either: sudo make install or: sudo make permissions + +RUNNING --------------------------------------------- + +You need to do either sudo make install or sudo make permissions in +order to create the suid wrapper program (see previous section). + +To run, simply do: + + ./xavierbot.pl + +Default configuration comes from the top of the file xavierbot.pl.in. +You may also override the defaults on the command line. For example: + + ./xavierbot.pl --server irc.example.com + +The options are: + + --nick Change nick (default: xavierbot) + --ircname Change printable name (default: Xavierbot) + --server Change server (default: chat.freenode.net) + --port Change port (default: 6667) + --channel Change channel (default: #ocaml)