summaryrefslogtreecommitdiff
path: root/kiwiirc/static/config.json
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-10-24 00:11:55 +0800
committerMistivia <i@mistivia.com>2025-10-24 00:11:55 +0800
commitffa71fb8b2e5521f93d8599279af2b28a0795a66 (patch)
treeacd96fd3e03cb39c8a648c6298b96b9c847e716f /kiwiirc/static/config.json
parent5c71d2a538a93fd4a4fc06cb7941231cc5c0b104 (diff)
add web irc
Diffstat (limited to 'kiwiirc/static/config.json')
-rw-r--r--kiwiirc/static/config.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/kiwiirc/static/config.json b/kiwiirc/static/config.json
new file mode 100644
index 0000000..91a8ff5
--- /dev/null
+++ b/kiwiirc/static/config.json
@@ -0,0 +1,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" }
+ ]
+}