Skip to content

Commit

Permalink
i feex
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpike committed Oct 29, 2011
1 parent 3a655ea commit d84e2d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/markov.coffee
Expand Up @@ -13,6 +13,5 @@ module.exports = (robot) ->
msg.send '-responding to ' + msg.match[1]
try
msg.send(markov.respond(msg.match[1], 1)[0])
catch
msg.send('Sorry duder, I got confused. Now I cry. ;_;')

catch error
msg.send('Sorry duder, I got confused. Now I cry. ;_;')

0 comments on commit d84e2d0

Please sign in to comment.