« get me outta code hell

basic party sources creation for other sockets - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/backend.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-23 12:18:18 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-23 12:18:18 -0300
commit81b76487ee443bb81e9dd15c942e52a8772d7f55 (patch)
tree764e0ceabcb373f97cd178d788f1f733044459a5 /backend.js
parent90186fa7759c1d4fa08b41fa69a87fb45782f000 (diff)
basic party sources creation for other sockets
Diffstat (limited to 'backend.js')
-rw-r--r--backend.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.js b/backend.js
index b225564..3d9c386 100644
--- a/backend.js
+++ b/backend.js
@@ -861,6 +861,10 @@ class Backend extends EventEmitter {
     this.emit('log message', messageInfo)
   }
 
+  setPartyNickname(nickname) {
+    this.emit('set party nickname', nickname)
+  }
+
   announceJoinParty() {
     this.emit('announce join party')
   }