Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3ventic/ws-chat
Rewrite of websocket-chat – a moderation focused Twitch chat client
https://github.com/3ventic/ws-chat
Last synced: 3 months ago
JSON representation
Rewrite of websocket-chat – a moderation focused Twitch chat client
- Host: GitHub
- URL: https://github.com/3ventic/ws-chat
- Owner: 3ventic
- License: bsd-3-clause
- Created: 2015-07-11T20:17:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T18:09:07.000Z (over 5 years ago)
- Last Synced: 2023-03-24T05:39:28.011Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://t.3v.fi/chat/
- Size: 86.9 KB
- Stars: 17
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ws-chat
A Twitch chat client for chat moderators. The goal is to offer chat moderators any useful features that can be done with just the client and Twitch's chat servers.
## Current features
- Hotkey to pause chat scrolling (CTRL) to avoid misclicks
- Regex-supported highlight and ignore rules
- Tab-complete for usernames and emotes
- Channel mode indicators (emote- and subscriber-only, slow, r9k)
- Chatters list (popout to another tool)
- Name color corrections to make them easier to read (optional setting)
- Prevent /clear (optional setting)
- Custom stylesheet setting to change colors (or anything else, really)
- Channel-specific setting profiles in addition to the default## Dependencies not included in this repository
Should you wish to host this on your site, you'll need to change the client ID in app.js and get the dependencies below.
- [jQuery caret](https://github.com/acdvorak/jquery.caret/tree/master/dist)