whitespace teh suck

This commit is contained in:
Tommy Parnell
2015-05-19 23:09:04 -04:00
parent eede94cd0a
commit b65d9bdf50

View File

@@ -38,9 +38,9 @@ module.exports = (robot) ->
res.send "User is currently on rotation"
else
index = rotation.indexOf(current);
if index > -1
rotation.spliace(index, 1)
robot.brain.set('rotation', rotation)
if index > -1
rotation.spliace(index, 1)
robot.brain.set('rotation', rotation)
robot.respond /q list/i, (res) ->
rotation = robot.brain.get('rotation')