minishift/minibot

Wrong function call in archaeologist.coffee

Closed this issue · 1 comments

robot.brain.on 'standupLog', (group, room, response, logs) ->
  archaeologist(robot)

should be

robot.brain.on 'standupLog', (group, room, response, logs) ->
  whoIsArchaeologist(robot)

Merged via pull request #35