Events - JohnnyMorganz/luvit-twitch GitHub Wiki
Events fired from Client
Event Name | Parameters | Description |
---|---|---|
connected | none | Client has successfully connected to the IRC client |
connecting | none | Client is about to connect to IRC client |
disconnect | reason (string) , error (string) |
Client has disconnected from IRC client |
raw | data (string) |
Raw message received from Twitch |
data | data (table) |
Formatted message received from Twitch |
ping | none | Ping received from Twitch |
emotesets | sets (string) emotes(table) |
Receieved emote sets from Twitch |
subscribers | channel (string) enabled (boolean) |
Channel has been toggled subscribers-only mode |
emoteonly | channel (string) enabled (boolean) |
Channel has been toggled emote-only mode |
r9kmode | channel (string) enabled (boolean) |
Channel has been toggled r9k mode |
mods | channel (string) mods (table) |
Received mods list from twitch |
raided | channel (string) name (string) viewers (number) |
Channel has been raided by name with X viewers |