WIP
This commit is contained in:
parent
e0bfb9b305
commit
99ca610a7e
@ -16,11 +16,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$.bind('initReady', function() {
|
$.bind('initReady', function() {
|
||||||
|
$.registerChatCommand('./custom/custom/customAlerts.js', 'calert');
|
||||||
$.registerChatSubcommand('calert', 'follow', 2);
|
$.registerChatSubcommand('calert', 'follow', 2);
|
||||||
$.registerChatSubcommand('calert', 'subscribe', 2);
|
$.registerChatSubcommand('calert', 'subscribe', 2);
|
||||||
$.registerChatSubcommand('calert', 'donation', 2);
|
$.registerChatSubcommand('calert', 'donation', 2);
|
||||||
|
});
|
||||||
$.registerChatCommand('./custom/custom/customAlerts.js', 'calert', 2);
|
|
||||||
});
|
|
||||||
})();
|
})();
|
||||||
|
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
const sender = "" + event.getSender().toLowerCase(),
|
const sender = "" + event.getSender().toLowerCase(),
|
||||||
command = event.getCommand(),
|
command = event.getCommand(),
|
||||||
argsString = "" + event.getArguments().trim(),
|
|
||||||
args = event.getArgs(),
|
args = event.getArgs(),
|
||||||
action = args[0],
|
action = args[0],
|
||||||
value = args[1];
|
value = args[1];
|
||||||
@ -36,12 +35,12 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$.bind('initReady', function() {
|
$.bind('initReady', function() {
|
||||||
|
$.registerChatCommand('./custom/custom/customOverlay.js', 'overlay');
|
||||||
|
|
||||||
$.registerChatSubcommand('overlay', 'follow', 2);
|
$.registerChatSubcommand('overlay', 'follow', 2);
|
||||||
$.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