Bump emotes above chat so that emotes will render in backlog

This commit is contained in:
Calvin Montgomery 2014-05-20 22:28:23 -07:00
parent 2be928eea1
commit 949299c5e5

View file

@ -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",