WIP
This commit is contained in:
@@ -34,8 +34,15 @@
|
||||
}
|
||||
});
|
||||
|
||||
$.bind('twitchFollow', function(event) {
|
||||
sendData('follow', event.getFollower());
|
||||
});
|
||||
$.bind('twitchSubscriber', function(event) {
|
||||
sendData('subscribe', event.getSubscriber());
|
||||
});
|
||||
|
||||
$.bind('initReady', function() {
|
||||
$.registerChatCommand('./custom/custom/customOverlay.js', 'overlay');
|
||||
$.registerChatCommand('./custom/custom/customOverlay.js', 'overlay', 2);
|
||||
|
||||
$.registerChatSubcommand('overlay', 'follow', 2);
|
||||
$.registerChatSubcommand('overlay', 'subscribe', 2);
|
||||
|
Reference in New Issue
Block a user