Rbot Introduction
rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly modular design based around plugins.
By default he behaves a lot like an infobot. See more RbotFeatures, or perhaps an ExampleSession.
Stable rbot
- Download rbot-0.9.10 rbot-0.9.10.tgz rbot-0.9.10.zip rbot-0.9.10.gem
- 0.9.10 api documentation
- Download rbot-0.9.9 rbot-0.9.9.tgz rbot-0.9.9.zip rbot-0.9.9.gem
- 0.9.9 api documentation
- The InstallGuide
- Some static keyword dictionaries
- The ChangeLog
Development rbot
You can check out the very latest version of rbot from subversion.
svn checkout svn://linuxbrit.co.uk/giblet/rbot/trunk rbot
After that you will be able to update to the latest version using
svn update
Security Alert
If you are using a svn (development) version of rbot, upgrade to [913] or higher ASAP. Also check which netmask are recognized by your bot for the owner BotUser?, by logging in as owner and using the user show command. If there are very relaxed netmasks, remove them with user rm netmask <some!relaxed@netmask>.
Rbot IRC channel
You can also join #rbot on irc.freenode.net if you want to get in touch with other rbot users or developers.
Creating tickets, updating the wiki
Due to ongoing issues with trac spam, you now need to register to edit the wiki or create/modify tickets. Click the register link in the top right and follow the instructions.
