summaryrefslogtreecommitdiff
path: root/kiwiirc
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:35:23 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:35:23 +0800
commita1f5ffef8fc167d44a2bdfc4b3ba8a0ad39f201b (patch)
tree355e7745c2b764d8a57c838676712c1b76e0a5e5 /kiwiirc
parent67135da61e10d806e6ecbba050f75d16233dabe1 (diff)
use websocket server instead
Diffstat (limited to 'kiwiirc')
-rw-r--r--kiwiirc/static/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiwiirc/static/config.json b/kiwiirc/static/config.json
index 91a8ff5..2206945 100644
--- a/kiwiirc/static/config.json
+++ b/kiwiirc/static/config.json
@@ -3,7 +3,6 @@
"autoReconnect": true,
"showEmojiPicker": false,
"startupScreen": "welcome",
- "kiwiServer": "https://raye.mistivia.com:8181/webirc/kiwiirc/",
"restricted": false,
"theme": "Default",
"warnOnExit": false,
@@ -19,6 +18,7 @@
{ "name": "Elite", "url": "static/themes/elite" }
],
"startupOptions" : {
+ "websocket": "wss://raye.mistivia.com/webirc",
"channel": "#main",
"nick": "u???"
},
@@ -34,4 +34,4 @@
"plugins": [
{ "name": "customise", "url": "static/plugins/customise.html" }
]
-}
+} \ No newline at end of file