Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. "botToken": "CHANGEME",
  3. "googleApiKey": "CHANGEME",
  4. "proxyHost": "",
  5. "proxyPort": "8080",
  6. "useBetaBuilds": true,
  7. "ircConnectInfos": [
  8. {
  9. "identifier": "esper",
  10. "host": "irc.esper.net",
  11. "port": 6667,
  12. "nick": "Corded",
  13. "identNick": "CHANGEME",
  14. "identPass": "CHANGEME",
  15. "autojoinChannels": [
  16. "#CHANGEME",
  17. "#CHANGEME"
  18. ],
  19. "useSASL": true
  20. }
  21. ],
  22. "bridges": [
  23. {
  24. "endPoint1": {
  25. "type": "IRC",
  26. "connectorId": "esper",
  27. "channelId": "#CHANGEME"
  28. },
  29. "endPoint2": {
  30. "type": "DISCORD",
  31. "connectorId": "125649403162656768",
  32. "channelId": "125649403162656768"
  33. }
  34. },
  35. {
  36. "endPoint1": {
  37. "type": "IRC",
  38. "connectorId": "esper",
  39. "channelId": "#CHANGEME"
  40. },
  41. "endPoint2": {
  42. "type": "DISCORD",
  43. "connectorId": "125649403162656768",
  44. "channelId": "212652266514153473"
  45. }
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement