Skip to content

Commit

Permalink
Merge pull request #8 from illicitonion/master
Browse files Browse the repository at this point in the history
Adding whobrokeit
  • Loading branch information
jarib committed May 2, 2012
2 parents 82c10f9 + f82c9ab commit 9ab44d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/selbot2.rb
Expand Up @@ -25,4 +25,4 @@ module Selbot2
require 'selbot2/ci'
require 'selbot2/twitter'
require 'selbot2/google'

require 'selbot2/whobrokeit'
14 changes: 14 additions & 0 deletions lib/selbot2/whobrokeit.rb
@@ -0,0 +1,14 @@
module Selbot2
class CI
include Cinch::Plugin

HELPS << [":whobrokeit", "Announces who broke it"]

prefix Selbot2::PREFIX
match /whobrokeit/

def execute(m, arg)
m.reply "simonstewart"
end
end # CI
end # Selbot2

0 comments on commit 9ab44d4

Please sign in to comment.