Skip to content

Instantly share code, notes, and snippets.

@LandonPowell
Created October 31, 2015 21:39
Show Gist options
  • Save LandonPowell/af97743c0b590eab91fd to your computer and use it in GitHub Desktop.
Save LandonPowell/af97743c0b590eab91fd to your computer and use it in GitHub Desktop.
CLIENT.on('message', function(data){
if(data.nick == "ThinkPad") CLIENT.submit(">>"+(data.count.toString())+" Okay kid.");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment