jabbot 0.2.0
Jabbot is a Ruby micro-framework for creating Jabber/MUC bots, heavily inspired by Sinatra and Twibot. I modified the code of Twibot to fit my needs. The original Twibot code is located at: http://github.com/cjohansen/twibot/tree/master A big thank you to Christian Johansen, who wrote the code for Twibot. Jabbot is heavily based on his code. It's as easy as definig a small message handler: message do |message, params| post message.text end