mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
Add getEmotes method to simplify getting a list of sets. Make the /ffz command with no arguments display the UI. Add analytics support. Restructured emoticons file. Fix cache bug with Feature Friday. Add massmod and massunmod commands.
This commit is contained in:
parent
2ee748dc6f
commit
2c3af2d51e
12 changed files with 611 additions and 121 deletions
|
@ -65,11 +65,14 @@ require('./socket');
|
|||
require('./emoticons');
|
||||
require('./badges');
|
||||
|
||||
require('./ember/router');
|
||||
require('./ember/room');
|
||||
require('./ember/line');
|
||||
require('./ember/chatview');
|
||||
require('./ember/viewers');
|
||||
|
||||
require('./tracking');
|
||||
|
||||
require('./debug');
|
||||
|
||||
require('./betterttv');
|
||||
|
@ -83,6 +86,8 @@ require('./ui/viewer_count');
|
|||
require('./ui/menu_button');
|
||||
require('./ui/menu');
|
||||
|
||||
require('./commands');
|
||||
|
||||
|
||||
// ---------------
|
||||
// Initialization
|
||||
|
@ -136,6 +141,9 @@ FFZ.prototype.setup = function(delay) {
|
|||
this.setup_emoticons();
|
||||
this.setup_badges();
|
||||
|
||||
this.setup_piwik();
|
||||
|
||||
this.setup_router();
|
||||
this.setup_room();
|
||||
this.setup_line();
|
||||
this.setup_chatview();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue