From 949299c5e57de9fd269a9f6b769f682b1492945c Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Tue, 20 May 2014 22:28:23 -0700 Subject: [PATCH] Bump emotes above chat so that emotes will render in backlog --- lib/channel/channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/channel/channel.js b/lib/channel/channel.js index 106cfdac..e55ca77d 100644 --- a/lib/channel/channel.js +++ b/lib/channel/channel.js @@ -106,9 +106,9 @@ Channel.prototype.moderators = function () { Channel.prototype.initModules = function () { const modules = { "./permissions" : "permissions", + "./emotes" : "emotes", "./chat" : "chat", "./filters" : "filters", - "./emotes" : "emotes", "./customization" : "customization", "./opts" : "options", "./library" : "library",