• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

event

  1. H

    TS3 Sinusbot-Event-Subscriber 0.5

    Sinusbot-Event-Subscriber Sinusbot-Event-Subscriber is a script for Sinusbot. It contains a set of commands which can be viewed with '!man ses'. With these commands a user can subscribe to a collection of events and be notified of them. Installation and Configuration To install the...
  2. NeilofSteel

    Solved channelUpdate Event Bug

    I posted more information here: https://forum.sinusbot.com/threads/channelupdate-event-invoker-nicht-verfügbar.6746/#post-38027 The channelUpdate event callback parameter is returning a channel instead of an object with channel and invoker.
  3. NeilofSteel

    DE channelUpdate event invoker nicht verfügbar?

    Hey Leute, ich wollte den invoker beim channelUpdate Event abfragen. Jedoch funktioniert das irgendwie nicht ist das grade in der Alpha nicht verfügbar? Dies ist mein Code: event.on('channelUpdate', function(channel, invoker) { engine.log(channel.name()); if(typeof invoker !=...
  4. Lusrin

    DE Event wenn audio.say() fertig ist

    Hallo zusammen, gibt es ein event dafür, wenn audio.say() fertig ist? endTrack scheint nicht zu funktionieren dafür. Vielen Dank schonmal.
  5. Sparks

    Sinusbot Client instance from event missing info

    I made a log of the event instance from the event clientMove and it's missing the groups of the client that triggered the event, help please, i don't know what to do :( EDIT: script attached, i was just testing the events and logging the event info
  6. Pheeko

    EN toString returns [object Object]

    Hey, Can someone tell me why toString() helper function returns [object Object] instead of a string representation of an object? Here's the code: engine.log(ev.toString()); I also tried: engine.log(toString(ev)); var helpers = require('helpers'); engine.log(helpers.toString()); However...
  7. VerHext

    clientNick event not work!

    Operating System: Windows / Linux Problem Description Ich habe festgestellt dass, das Client objekt nicht im "clientNick" event aufrufen ist. event.on('clientNick', function(ev) { engine.log(ev.client.name()); // undefiniert });
  8. I

    Bug Event "botMove" wird nicht ausgelöst

    Problembeschreibung Ich habe das Script "Change Channelcodec and Quality automaticly" v1.3.1 von Mareczin installiert. Dieses ändert die Audioqualität eines Channels in die ein Bot bewegt wird automatisch. Eine Einstellung ermöglicht auch das automatische Zurückstellen der Audioualität auf die...
Top