public
Description: Ridiculously simple library to quickly say something on IRC
Homepage: http://github.com/sr/shout-bot
Clone URL: git://github.com/sr/shout-bot.git
shout-bot / .autotest
100644 10 lines (8 sloc) 0.177 kb
1
2
3
4
5
6
7
8
9
10
require 'autotest/growl'
require 'autotest/redgreen'
 
Autotest.add_hook :initialize do |at|
  at.clear_mappings
  at.add_mapping(/shout-bot.rb/) do
    "shout-bot.rb"
  end
end