Skip to content

Commit

Permalink
robots should be seen and not heard
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Oct 26, 2011
1 parent 40a0090 commit 4a3b913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/maps.coffee
Expand Up @@ -4,7 +4,7 @@

module.exports = (robot) ->

robot.hear /(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i, (msg) ->
robot.respond /(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i, (msg) ->
mapType = msg.match[1] || "roadmap"
location = msg.match[2]
mapUrl = "http://maps.google.com/maps/api/staticmap?markers=" +
Expand Down

0 comments on commit 4a3b913

Please sign in to comment.