-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Welcome to the rbot wiki, here you will find end-user and developer documentation for rbot!
Rbot is a IRC Bot written in ruby, to get an idea of what rbot is capable of see a list of features or an example session.
Right now the best way to get the latest rbot is through git, checkout the ruby-rbot/rbot (master) repository on github. Using git you can download this repository locally and easily keep it up-to-date.
The current development version is pretty stable, solves lots of issues which are present in 0.9.10 and 0.9.15, also providing lots of new exciting features. Download a copy of the repository with
git clone git://github.com/ruby-rbot/rbot.git
You can run rbot by the launch_here.rb
script in the resulting rbot/
directory.
To update your copy at a later date run
git pull
from the rbot directory.