Skip to content

Instantly share code, notes, and snippets.

@tcg
Created July 25, 2012 17:47
Show Gist options
  • Save tcg/3177488 to your computer and use it in GitHub Desktop.
Save tcg/3177488 to your computer and use it in GitHub Desktop.
List available Basecamp chat commands.
// While chatting it up in Basecamp, use this in a javascript console to see the
// list of available chat commands you can use with `/play`.
for (key in window.chat.sounds) { console.log(key); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment