Skip to content

Instantly share code, notes, and snippets.

@TrainerGuy22
Created March 3, 2014 02:40
Show Gist options
  • Save TrainerGuy22/9317614 to your computer and use it in GitHub Desktop.
Save TrainerGuy22/9317614 to your computer and use it in GitHub Desktop.
Client says:
{
'type': 'join',
'name': '#directcode'
}
Server responds.
{
'type': 'join',
'status': false,
'error': '404' // I don't know, channel dosen't exist?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment