Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. var options = {
  2. options: {
  3. debug: true
  4. },
  5. connection: {
  6. cluster: "aws",
  7. reconnect: true
  8. },
  9. identity: {
  10. username: "Wulfy_zef",
  11. password: "oauth:VoHiYo"
  12. },
  13. channels: [channel]
  14. }
  15.  
  16.  
  17. var client = new tmi.client(options);
  18. client.connect();
  19.  
  20. client.on('connected', function(address, port) {
  21. });
  22.  
  23.  
  24. var options2 = {
  25. options: {
  26. debug: true
  27. },
  28. connection: {
  29. cluster: "aws",
  30. reconnect: true
  31. },
  32. identity: {
  33. username: "Wulfy_zef",
  34. password: "oauth:VoHiYo"
  35. },
  36. channels: [channel]
  37. }
  38.  
  39.  
  40. var client2 = new tmi.client(options2);
  41. client2.connect();
  42.  
  43. client2.on('connected', function(address, port) {
  44. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement