Skip to content

Commit

Permalink
wtf coffe
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpike committed Oct 28, 2011
1 parent c258fe3 commit 078f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/karma.coffee
Expand Up @@ -15,7 +15,7 @@ karma = (robot, msg, object, action) ->
msg.send "act:" + action
if object == 'adrianpike'
action = '++'
if (typeof(robot.brain.data.karma.object) !== 'undefined')
if typeof(robot.brain.data.karma.object) !== 'undefined'
old_val = robot.brain.data.karma.object
else
old_val = 0
Expand Down

0 comments on commit 078f5c4

Please sign in to comment.