cscott / codex-blackboard

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

common blackboard + bot config option requests #24

Open metasj opened 2 years ago

metasj commented 2 years ago

That was easy! sound -- changing volume
-- changing sound : maybe adding a few in rotation? just one sound can grate over time)

Display of joins/parts -- default should be toggleable (so we can turn it off for all), -- maybe: let individuals set a different default? -- this makes the past log much more readable at times (esp on desktop)

Turn off auto-meme-generator -- let people temporarily turn it on in individual chat rooms if they want, but off by default :) -- more useful when it's easy to customize; if we're stuck w/ the same memes, value diminishes

Torgen commented 2 years ago

For presence, my fork has https://github.com/Torgen/codex-blackboard/commit/5c30c439448de21404021b205c79bfb66a566bd2 that lets you hide presence messages older than an hour, but it would be a nontrivial cherrypick because I moved a bunch of options into a dropdown so I could reuse it in the header. There's a "maximum meme length" setting that you can set to 0 to turn off memes, but it's global, not per-channel.