« 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 <qznebula@protonmail.com>2024-05-16 22:00:46 -0300
commit8a44b3c4088a1d3a6720f1d9c47627d50d5ef39c (patch)
treecbb6ff07575b7d65390e817e53118718f01c6b0a /index.js
parentb64d923daa2aad9ca848dd8ff57c016a51ac5383 (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 21bd80a..79b940e 100755
--- a/index.js
+++ b/index.js
@@ -210,6 +210,7 @@ async function main() {
       nickname = options['socket-name']
     }
     socketClient.setNickname(nickname)
+    backend.announceJoinParty()
   }
 
   if (options['stress-test']) {