« get me outta code hell

announce joining party - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-23 11:59:59 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-23 11:59:59 -0300
commit90186fa7759c1d4fa08b41fa69a87fb45782f000 (patch)
tree528e269c876e508783988f059695bcd6c5aea0e6 /index.js
parent533f2898871cc5c1a548308537fbcd4f8d4bbdf5 (diff)
announce joining party
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index d212a82..c3e4a22 100755
--- a/index.js
+++ b/index.js
@@ -180,6 +180,7 @@ async function main() {
       nickname = options['socket-name']
     }
     socketClient.setNickname(nickname)
+    backend.announceJoinParty()
   }
 
   if (options['stress-test']) {