Jump to content

HexTwitch: Rust Edition 1.0.0

   (0 reviews)

1 Screenshot

About This File

NOTE: This Plugin can ONLY be used with a modified version of HexChat. The Patch File is included in this Repository at ./hex.patch.

This is a Plugin for HexChat which aims to integrate some of the more advanced features of the Twitch Chat IRC bridge; Specifically, user Badges and channel events such as Subscriptions. This information is supplied via IRCv3 Tags.

Screenshot

There are various IRC clients built specifically for Twitch, such as Chatty, but none seem to compare to HexChat in terms of performance. This is, therefore, an attempt to rework HexChat into a Twitch chat client, without altering its behavior on other IRC Networks.

One problem, however, stands in the way: The HexChat Plugin interface does not provide Callbacks with the IRC Tags. Therefore we must modify HexChat to add this functionality, using the Patch File mentioned above (This could be submitted as a Pull Request, but currently, my C sucks and I would rather not waste their time).

Regarding the Coming Update

Twitch is deprecating several key IRC commands. They will be removed on or around 2023-02-18. This removal includes all of the most important moderation and channel editor capabilities.

As a result, this plugin may see a great decrease in utility; At the very least, all installations of current and past versions will stop working for functions such as banning users and setting a channel to slow mode. I am going to try to implement access to the main API, and hopefully keep as much of the current functionality as possible, but updating the plugin will be required.

Patching HexChat

With Git and GNU Patch installed, the following commands should download and patch the latest HexChat source code:

git clone https://github.com/hexchat/hexchat.git build/hexchat
patch -p0 -d build/hexchat -i ../../hex.patch

When the patch is applied, you can then build and install HexChat as normal from its directory at build/hexchat/.

Building the Plugin

You will need to have Cargo installed. Cargo can be installed and set up easily with RustUp. When this is done, run the following command in the Directory where you unpacked this Repository:

cargo build --release

After Cargo compiles the plugin, its Binary should be in target/release/, and should be named something like libhextwitch or libhextwitch.so. Move this File into the addons Directory in your HexChat config Directory; On Linux, this should be at $XDG_CONFIG_HOME/hexchat/addons/.

If you have not patched HexChat, it will probably crash. Otherwise, you should now have Twitch features.

Badge Icons

It is not currently feasible to embed images inline in HexChat without creating a custom font. In lieu of that potential far-future solution, and to keep installation as simple as possible, Twitch user badges are mapped to Unicode codepoints, as detailed in the following lists.

Badges without a codepoint specified will be rendered as ?. A list of all unknown badge names can be viewed with the /UNKNOWNS command. This information should be provided as an Issue in this repository, so that they can be added to the plugin.

Note that some typefaces may render some of these characters in an Emoji style, which may clash somewhat with the rest of the interface.

Global

  • 🜨 (staff😞 Twitch staff.
  •  (admin😞 Twitch administrator.
  •  (partner😞 Twitch partner.
  • a (ambassador😞 Community "Ambassador", handpicked by Twitch.
  • Δ (game-developer😞 This account is registered with Twitch as a game developer or publisher.
  • + (turbo😞 Twitch Turbo member.
  • ± (premium😞 Twitch Prime member.
  • ~ (glhf-pledge😞 User has taken the "GLHF Pledge".
  • g (glitchcon😞 User has attended GlitchCon.
  • c (twitchcon😞 User has attended TwitchCon.
  • w (overwatch-league-insider😞 Overwatch League "Insider".
  • G: This icon represents various game-specific badges.

Channel-specific

  • 🜲 (broadcaster😞 User is the Broadcaster, the owner of the channel.
  • 🗡 (moderator😞 User is a Moderator of this channel with additional powers, handpicked by the Broadcaster.
  •  (vip😞 User is a VIP of this channel, handpicked by the Broadcaster.
  •  (founder😞 User was one of the first subscribers to this channel.
  • α (artist-badge😞 User has contributed art or media to this channel.
  • m (moments,moments,moments,moments,moments😞 User was active in chat for a notable event, chosen by the Broadcaster.
  • . (hype-train,hype-train😞 User has contributed to a Hype Train in this channel.
  •  (no_audio😞 User is watching the stream with no audio.
  •  (no_video😞 User is listening to the stream with no video.

Cheering/Bits

  • * (anonymous-cheerer😞 User is an anonymous cheerer.
  •  (bits-leader,bits-leader,bits-leader😞 User is one of the top three cheerers in this channel.
  • 🝔 (bits-charity😞 User has given bits with the #charity tag.
  •  (bits😞 User has given at least 1 bit ($0.01).
  •  (bits😞 User has given at least 100 bits ($1.00).
  •  (bits😞 User has given at least 1,000 bits ($10.00).
  •  (bits😞 User has given at least 5,000 bits ($50.00).
  • 🟋 (bits😞 User has given at least 10,000 bits ($100.00).
  • 🟎 (bits😞 User has given at least 100,000 bits ($1,000.00).

Subscriptions (subscriber)

  •  (sub-gift-leader,sub-gift-leader,sub-gift-leader😞 User is one of the top three givers of gift subscriptions in this channel.
  • : (sub-gifter😞 User has given gift subscriptions in this channel.
  • Double-circled digits (,,,) are used to represent subscriptions below 1 year.
  • Roman Numerals (,,,,,,,,,,,) are used to represent subscriptions of 1 year up to 12 years.
  • Inverted circled numbers  through  are used to represent subscriptions longer than 12 years.
  • : User is a subscriber of at least 21 years. This one should not show up for quite a while.

Channel Points Predictions

  •  (blue-1blue-10😞 User has bet channel points on a blue prediction, with up to 10 possible outcomes.
  • / (blue-1,pink-2😞 User has bet channel points on a blue/pink prediction, with only two possible outcomes.
  • / (gray-1,gray-2😞 User has bet channel points on a gray prediction, with only two possible outcomes.
  • p: This codepoint represents an unknown Prediction badge, likely because Twitch added a new one again. If this is seen, an Issue should be opened in this repository, including the output of running the /UNKNOWNS command.

Breeze Icons used for HexChat GUI menu items © KDE, licensed under the GNU LGPL 3 or later.


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

  • This will not be shown to other users.
  • Add a review...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    Loading...
×
×
  • Create New...