Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Created April 2, 2022 11:52
Show Gist options
  • Save ItsOnlyBinary/dd5a8ddfcc94c702b06f602302ea1830 to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/dd5a8ddfcc94c702b06f602302ea1830 to your computer and use it in GitHub Desktop.
{
"windowTitle": "Kiwi IRC - The web IRC client",
"startupScreen": "welcome",
"kiwiServer": "http://localhost:8080/webirc/kiwiirc/",
"restricted": false,
"theme": "Default",
"themes": [
{ "name": "Default", "url": "static/themes/default" },
{ "name": "Dark", "url": "static/themes/dark" },
{ "name": "Coffee", "url": "static/themes/coffee" },
{ "name": "GrayFox", "url": "static/themes/grayfox" },
{ "name": "Nightswatch", "url": "static/themes/nightswatch" },
{ "name": "Osprey", "url": "static/themes/osprey" },
{ "name": "Radioactive", "url": "static/themes/radioactive" },
{ "name": "Sky", "url": "static/themes/sky" },
{ "name": "Elite", "url": "static/themes/elite" }
],
"startupOptions" : {
"server": "testnet.inspircd.org",
"port": 8097,
"tls": true,
"direct": true,
"channel": "#kiwiirc-default",
"nick": "kiwi-n?",
"state_key": "",
},
"embedly": {
"key": ""
},
"plugins": [
{ "name": "customise", "url": "static/plugins/customise.html" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment