-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (36 loc) · 1.22 KB
/
config.json
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
{
"windowTitle": "hashbang web chat",
"useMonospace": true,
"startupScreen": "welcome",
"restricted": true,
"theme": "Dark",
"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": {
"greetingText": "hashbang web chat",
"websocket": "wss://irc.hashbang.sh/",
"channel": "#!",
"nick": "kiwi-n?"
},
"ircFramework": {
"auto_reconnect": true,
"auto_reconnect_wait": 4000,
"auto_reconnect_max_retries": 10
},
"buffers": {
"messageLayout": "compact",
"share_typing": false,
"show_emoticons": false,
"show_link_previews": false,
"inline_link_auto_previews": false
}
}