Skip to content

Instantly share code, notes, and snippets.

@laser
Created September 24, 2014 06:01
Show Gist options
  • Save laser/64d97025a30a905a0f66 to your computer and use it in GitHub Desktop.
Save laser/64d97025a30a905a0f66 to your computer and use it in GitHub Desktop.
messages subscriber
messages.onValue(function(message) {
io.emit('message', '' + message.author.id + ': ' + message.txt);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment