Fixed 7tv & Twitch reconnection. Added adbreak, follow, subscription handlers for Twitch. Added multi-chat support. Added support to unsubscribe from Twitch event subs.
This commit is contained in:
@ -7,6 +7,7 @@ namespace TwitchChatTTS.Chat.Commands
|
||||
Success = 2,
|
||||
Permission = 3,
|
||||
Syntax = 4,
|
||||
Fail = 5
|
||||
Fail = 5,
|
||||
OtherRoom = 6,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user