Created
July 25, 2012 17:47
-
-
Save tcg/3177488 to your computer and use it in GitHub Desktop.
List available Basecamp chat commands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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