cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

'botname' setting is inconsistent #336

Open Torgen opened 5 years ago

Torgen commented 5 years ago

While hubot.coffee tests Meteor.settings for a botname field which determines the name by which the bot can be addressed, the bot's name when speaking is always codexbot, which is also assumed by client-side code. 'botname' should be set in the public part of settings and used as the name the bot speaks as. (Yes, even though everyone says bot instead of codexbot.)