diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:35:23 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:35:23 +0800 |
| commit | a1f5ffef8fc167d44a2bdfc4b3ba8a0ad39f201b (patch) | |
| tree | 355e7745c2b764d8a57c838676712c1b76e0a5e5 /kiwiirc/static | |
| parent | 67135da61e10d806e6ecbba050f75d16233dabe1 (diff) | |
use websocket server instead
Diffstat (limited to 'kiwiirc/static')
| -rw-r--r-- | kiwiirc/static/config.json | 4 |
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 |
