« 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 <qznebula@protonmail.com>2024-05-16 22:00:51 -0300
commit897673852bac805c9c7a129ffc426ad27e0d9b3e (patch)
tree30b2b67be6b0586557b48ec1ace08d6d431f2fdd /backend.js
parent8a44b3c4088a1d3a6720f1d9c47627d50d5ef39c (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 dea4429..39f2225 100644
--- a/backend.js
+++ b/backend.js
@@ -891,6 +891,10 @@ export default class Backend extends EventEmitter {
     this.emit('log message', messageInfo)
   }
 
+  setPartyNickname(nickname) {
+    this.emit('set party nickname', nickname)
+  }
+
   announceJoinParty() {
     this.emit('announce join party')
   }