Load themes as soon as possible to avoid FoUC
[KiwiIRC.git] / server / server.js
index 4da1da2372f2b5e133000357efb1c26819f2ab8c..c7e39e54202e060e8438816aac41b16622a9ee25 100644 (file)
@@ -39,6 +39,11 @@ switch (process.argv[2]) {
         daemon.sendSignal("SIGUSR1");\r
         break;\r
 \r
+    case 'stats':\r
+        console.log('Writing stats to log file..');\r
+        daemon.sendSignal("SIGUSR2");\r
+        break;\r
+\r
     case 'build':\r
         require('../client/assets/src/build.js');\r
         break;\r