Created
February 4, 2020 14:55
-
-
Save ItsOnlyBinary/27a3383744973d49b0ac5da1363e5789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"windowTitle": "Kiwi IRC - The web IRC client", | |
"startupScreen": "personal", | |
"kiwiServer": "http://example.com/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" : { | |
"channel": "#kiwiirc-default", | |
"nick": "kiwi-n?" | |
}, | |
"presetNetworks": ["EuropNet|irc.europnet.org:+6660", "Freenode|irc.freenode.net:+6697"], | |
"embedly": { | |
"key": "" | |
}, | |
"plugins": [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment