summaryrefslogtreecommitdiff
path: root/kiwiirc/static/config.json
blob: 91a8ff51e34ec05577d523ef23b2dc4255ed8a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "windowTitle": "Mistivia Chat",
    "autoReconnect": true,
    "showEmojiPicker": false,
    "startupScreen": "welcome",
    "kiwiServer": "https://raye.mistivia.com:8181/webirc/kiwiirc/",
    "restricted": false,
    "theme": "Default",
    "warnOnExit": false,
    "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": "#main",
        "nick": "u???"
    },
    "embedly": {
        "key": ""
    },
    "buffers" : {
        "show_emoticons": false,
	"show_link_previews": false,
	"inline_link_auto_previews": false,
	"inline_link_auto_previews_query": false 
    },
    "plugins": [
        { "name": "customise", "url": "static/plugins/customise.html" }
    ]
}