Skip to content
4poc edited this page Sep 14, 2010 · 8 revisions

rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly modular design based around plugins.

I’ve created this repository for my rbot plugin development.

Just now I’ve not all plugins published here that I’ve developed, you could find them here instead: rbot plugins :: contributed by community I will begin to copy the older ones here as soon as I’ve refactored them ;)

Installation

If you want to use my plugins I recommend to checkout this repository, this way its easy to stay uptodate. Change /home/rbot accordingly.

$ git clone git://github.com/4poc/rbot-plugins.git /home/rbot/apoc-rbot-plugins

To activate the new plugin directory (/home/rbot/apoc-rbot-plugins) query the running rbot as owner:

config add /home/rbot/apoc-rbot-plugins to plugins.path
rescan

Make sure you update from time to time:

git pull

Plugins

Inotify Filesystem Event Listener

Please read Inotify.

Feedback

Please contact me if you encounter problems with my plugins. I also appreciate any feedback, feature requests or ideas for new interesting rbot plugins.

You found me in the official rbot irc channel #rbot at Freenode, or write me an email: [email protected].

Clone this wiki locally