Emoticons erroneous quote
[KiwiIRC.git] / server / settingsgenerator.js
index e6a3c4af328064599024d9bd0a225ec634958596..0eefe79d7cb91851b330d59943024cf2709b327b 100644 (file)
@@ -221,7 +221,8 @@ function addScripts(vars, debug) {
             'src/models/pluginmanager.js',
             'src/models/datastore.js',
             'src/helpers/utils.js',
-            'src/helpers/formatdate.js'
+            'src/helpers/formatdate.js',
+            'src/helpers/plugininterface.js'
         ],
 
         // Some views extend these, so make sure they're loaded beforehand
@@ -252,6 +253,11 @@ function addScripts(vars, debug) {
             'src/views/channelinfo.js',
             'src/views/rightbar.js'
         ],
+
+        [
+            'src/misc/clientuicommands.js'
+        ],
+
         [
             'src/applets/settings.js',
             'src/applets/chanlist.js',