Skip to content

Commit

Permalink
Added support for doomsday device
Browse files Browse the repository at this point in the history
  • Loading branch information
radamant committed Jul 7, 2009
1 parent af3dc71 commit 317c374
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/buildbot.rb
Expand Up @@ -66,6 +66,10 @@ def parse_message(irc, channel, msg, usr)
report_build(b, false)
end
end
when /Load Extort:UN/
irc.message(channel, "................. *UN contacted*.......")
sleep(5)
irc.message(channel, "GENTLEMEN! WE HAVE THE DOOMSDAY DEVICE!")
when /life(.*)universe(.*)everything/
irc.message(channel, "42")
when /prom/
Expand Down

0 comments on commit 317c374

Please sign in to comment.