WIP
This commit is contained in:
parent
58816b735d
commit
e0bfb9b305
@ -14,5 +14,13 @@
|
|||||||
var subscriber = event.getSubscriber();
|
var subscriber = event.getSubscriber();
|
||||||
alert(subscriber.toUpperCase(), "NEW SUBSCRIBER", "subscribe");
|
alert(subscriber.toUpperCase(), "NEW SUBSCRIBER", "subscribe");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$.bind('initReady', function() {
|
||||||
|
$.registerChatSubcommand('calert', 'follow', 2);
|
||||||
|
$.registerChatSubcommand('calert', 'subscribe', 2);
|
||||||
|
$.registerChatSubcommand('calert', 'donation', 2);
|
||||||
|
|
||||||
|
$.registerChatCommand('./custom/custom/customAlerts.js', 'calert', 2);
|
||||||
|
});
|
||||||
})();
|
})();
|
||||||
|
|
@ -40,6 +40,8 @@
|
|||||||
$.registerChatSubcommand('overlay', 'subscribe', 2);
|
$.registerChatSubcommand('overlay', 'subscribe', 2);
|
||||||
$.registerChatSubcommand('overlay', 'donation', 2);
|
$.registerChatSubcommand('overlay', 'donation', 2);
|
||||||
$.registerChatSubcommand('overlay', 'timer', 2);
|
$.registerChatSubcommand('overlay', 'timer', 2);
|
||||||
|
|
||||||
|
$.registerChatCommand('./custom/custom/customOverlay.js', 'overlay', 2);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user