Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "windowTitle": "GeaNostrum IRC client",
  3. "startupScreen": "welcome",
  4. "kiwiServer": "/webirc/kiwiirc/",
  5. "restricted": true,
  6. "theme": "default",
  7. "themes": [
  8. { "name": "Default", "url": "static/themes/default" },
  9. { "name": "Dark", "url": "static/themes/dark" },
  10. { "name": "Coffee", "url": "static/themes/coffee" },
  11. { "name": "GrayFox", "url": "static/themes/grayfox" },
  12. { "name": "Nightswatch", "url": "static/themes/nightswatch" },
  13. { "name": "Osprey", "url": "static/themes/osprey" },
  14. { "name": "Radioactive", "url": "static/themes/radioactive" },
  15. { "name": "Sky", "url": "static/themes/sky" }
  16. ],
  17. "startupOptions" : {
  18. "server": "irc.kiwiirc.com",
  19. "port": 6667,
  20. "tls": false,
  21. "direct": false,
  22. "channel": "#geanostrum",
  23. "nick": "gea?",
  24. "greetingText": "Hola! bienvenido a GeaNostrum",
  25. "infoBackground": "",
  26. "infoContent": ""
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement