Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
68 stars 28 forks source link

DevChatKappa #14

Closed Dragonsfire closed 10 years ago

Dragonsfire commented 10 years ago

First time using github, sadly. Am I doing it right? ~_~

I made a minor addition to add a simple option to remove "(channel)" next to nicknames with an associated checkmark option in Chat Settings.

I assume I create a pull request, but I might be wrong about that too.

Added "Show Channel Origin in All Chats Tab" Option (Settings > Chat Settings)

...NOPE, I definitely did it wrong, whoops. Ignore this. >:\

Dragonsfire commented 10 years ago

Oops.

Gocnak commented 10 years ago

The "(channel)" is in the All Chats pane because it's purely that, all chats. If you don't want the channel next to the nick, go into the dedicated tab for that channel.

Removing that would make All Chats confusing as you wouldn't understand which channel the message is for, unless there's something else that you can explain.

Dragonsfire commented 10 years ago

I combine chat across two/three channels (that broadcast different qualities to each) since us non-popular folk can't get enough viewers for transcoding. To be honest, I'm surprised there's a tabbed system in place for multiple channels in the first place.

The hope was it might also connect to Hitbox in some fashion to collect that chat too, but I haven't looked into what they use at all. Either way, it doesn't matter where the chat comes from when it's all relating to what I'm streaming, unless you use it for different reasons.

Plus it's a way for me to practice java with a semi-simple task to get to learn how this project is all laid out. I may ditch what I put in and just leave it be... either that or cook up a solution that might be better for retaining channel identification but having less "clutter" (not that there's a whole lot with it this way).