Chatrooms: mod commands not working through irc, historic chatroom messages, member list?

Hi, I’m trying to add support for chatrooms into an irc chat program, but the /ban /slow /timeout commands dont work, I tried also on bare telnet with the
PASS oauth:xxx
NICK nick
JOIN #chatrooms:roomid:uuid
these two commands do nothing
PRIVMSG #chatrooms:roomid_uuid :/ban abc
PRIVMSG #chatrooms:roomid_uuid :.ban abc
while they work in normal channels

Also is there a way to fetch the historic/recent messages for chatrooms? They are shown on the twitch website. (also is the recent_messages api endpoint for normal channels gone forever?)

And is there a way to see the member list via an API? (similar like http://tmi.twitch.tv/group/user/USERNAME/chatters)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.