diff options
| -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 |
