Project

General

Profile

Actions

Bug #2931

closed

bug? Twitch chat nicklist empty except me?

Added by First Last over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Irc
Target version:
Start date:
08/21/2016
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

I am not sure if this is a bug, but I suspect is uses a different way to get the nicklist data.
When I join a twitch server, my nicklist is empty except for me.

You can get some code with the viewer list using this:
https://tmi.twitch.tv/group/user/CHANNELnameGoesHere/chatters

replacing /CHANNELnameGoesHere/ with an actual channel name.
I don't know if that helps.

irc.twitch.tv
port 6667

For now, I just made an alias like "/people" and it echos the URL so I can click it to see who is in the channel.

I like using IRC for twitch, because it disables all of the emoticons (which are over-used, making them spammy).

Actions #1

Updated by Per Amundsen over 7 years ago

  • Status changed from New to Assigned
  • Target version set to 2.5

Twitch is not a real irc server and does not follow the regular irc protocl, it does not send the names of who is in the channel like a irc server should.

Looking at https://github.com/justintv/Twitch-API/blob/master/IRC.md#membership there seems to be a twitch.tv/membership CAP extension that re-adds this functionality, and I found this script which uses it http://hawkee.com/snippet/9963/, maybe give it a try.

I will think about adding support for this extension.

Actions #2

Updated by Per Amundsen over 7 years ago

In case someone else have this problem, add these line to your "Commands" tab for thw twitch server in the Serverlist, it will enable the Nicklist if the channel has less than 1000 viewers.

CAP REQ :twitch.tv/membership
Actions #3

Updated by Mr. BS about 7 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF