Skip to content

Commit

Permalink
Merge pull request github#267 from skanev/patch-1
Browse files Browse the repository at this point in the history
Remove a debug message in sweetdude.coffee
  • Loading branch information
tombell committed Jan 20, 2012
2 parents da64bbc + 04eeebe commit 5a9cc76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/sweetdude.coffee
@@ -1,6 +1,5 @@
module.exports = (robot) ->
robot.hear /^(sweet|dude)!/i, (msg) ->
console.log msg.match
switch msg.match[1].toLowerCase()
when "sweet" then msg.send "Dude!"
when "dude" then msg.send "Sweet!"

0 comments on commit 5a9cc76

Please sign in to comment.