public
Description: a minimal jabber bot framework
Homepage: http://paolodona.com
Clone URL: git://github.com/paolodona/talker.git
talker /
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory lib/
file run.rb
file settings.yml.sample
directory spec/
directory tmp/
README
== Talker
= a minimal jabber bot framework

Talker is a minimal pluggable jabber framework. It does nothing by default. It just connects to a jabber server and sits 
there waiting for incoming messages. You can customize its behavior providing plugins. Each plugin can reply to 
messages, modify the message, prevent other plugins from being executed or execute commands.

= installation

Just copy the talker folder wherever you want. Then run ./run.rb and you're on the go!