diff --git a/freechat-client/main.js b/freechat-client/main.js index 3a7c2ab..bb53618 100644 --- a/freechat-client/main.js +++ b/freechat-client/main.js @@ -56,12 +56,7 @@ ipcMain.on('config-request', (event, _arg) => { }) ipcMain.on('config-update', (event, data, target) => { - config = data // update memory config first + config = data // update in-memory config-file first cfg.update_config(data, target) }) -ipcMain.on('http-failure', (event, msg) => { - console.log(event, msg) -}) - - diff --git a/freechat-client/readme.md b/freechat-client/readme.md index fb0cfd3..0530796 100644 --- a/freechat-client/readme.md +++ b/freechat-client/readme.md @@ -1,3 +1,9 @@ +# Status + +Working on Linux Debian however other systems are not tested + this +Debian build is somewhat jank and missing support for a lot of the +API. + # Client Build This will be where we keep the code for the web-based-client. diff --git a/freechat-client/src/channels.js b/freechat-client/src/channels.js index 087fc49..7d56d8f 100644 --- a/freechat-client/src/channels.js +++ b/freechat-client/src/channels.js @@ -42,11 +42,12 @@ function update_channels_list(proto, hostname, port, params) { // wack jquery shit $('#channels-list').append( $('