Skip to content

Commit

Permalink
Fixed right hubot
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen committed Mar 14, 2013
1 parent 0c0e94a commit a5ca43f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 55 deletions.
7 changes: 4 additions & 3 deletions src/scripts/right_hubot.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

module.exports = (robot) ->
robot.hear /right(,)? hubot/i, (msg) ->
if msg.message.user.name == 'dataxpress'
msg.send 'No, Tim.'
msg.send 'Yep.'
if msg.message.user.name == 'dataxpress'
msg.send 'No, Tim.'
else
msg.send 'Yep.'
39 changes: 0 additions & 39 deletions src/scripts/scopely-mail.coffee

This file was deleted.

13 changes: 0 additions & 13 deletions src/scripts/scopely_maillistener.coffee

This file was deleted.

0 comments on commit a5ca43f

Please sign in to comment.