A simple IRC web client
Find a file
2020-06-25 14:26:33 +02:00
components Fix buffer and buffer list padding 2020-06-25 14:26:33 +02:00
lib Add isChannel 2020-06-24 15:52:33 +02:00
.gitignore Add dev server 2020-06-14 14:49:52 +02:00
index.html Add <noscript> message 2020-06-24 15:43:19 +02:00
LICENSE Initial commit 2020-04-24 19:03:43 +02:00
package-lock.json Switch to react 2020-06-24 14:37:49 +02:00
package.json Switch to react 2020-06-24 14:37:49 +02:00
README.md readme: extend copyright holder 2020-06-24 14:56:22 +02:00
state.js Mark buffers as unread on new message 2020-06-24 16:56:57 +02:00
style.css Fix buffer and buffer list padding 2020-06-25 14:26:33 +02:00

gamja

A bare-bones IRC web client.

Usage

Requires an IRC WebSocket server.

npm install
npm start

License

AGPLv3, see LICENSE.

Copyright (C) 2020 The gamja Contributors