Skip to content

Commit

Permalink
Remove unneeded comment and test room announce
Browse files Browse the repository at this point in the history
Remove the unneeded commented code and on this push verify that the
announcement is working correctly.

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
  • Loading branch information
tykeal committed Jun 25, 2013
1 parent 1ea6cbb commit 2b38516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
end
info = message.body.match(/^\[TykeBot\] (\w+) pushed (\d+) new commits? to master:/)
if message.sender.jid == config.github_jid && info
# details = message.body.match(/^\[TykeBot\] (.+)$/)
details = message.body
# info[1] is who, info[2] is number of commits
bot.send(:text=>"A checkin on GitHub by #{info[1]} has initiated a bot update. One moment please...\n\n#{details}")
Expand Down

0 comments on commit 2b38516

Please sign in to comment.