• 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.

Search results

  1. TheBash

    EN Song name to be in the nickname of the bot.

    Okay had an old thread from ts2... changed it. registerPlugin({ name: 'SetBotSongName', version: '1.01', description: 'Implements the function of setting the nick to current title.', author: 'Bjoern T', vars: {} }, function (sinusbot, config) {...
  2. TheBash

    EN Song name to be in the nickname of the bot.

    registerPlugin({ name: 'SetBotSongName', version: '1.0', description: 'Implements the function of setting the nick to current title.', author: 'Bjoern T', vars: {} }, function (sinusbot, config) { sinusbot.on('track', function(ev) {...
  3. TheBash

    Solved setNick(nick string) not working

    oh okay thanks for your reply. Works like a charm
  4. TheBash

    Solved setNick(nick string) not working

    Hi guys, Version: 0.9.9-8f70ff3 Debian 8 64bit The function setNick(nick string) and get Nick is not working. tried: function (sinusbot, config) { sinusbot.on('track', function(ev) { var nick = 'Musik Channel - ' + ev.title + ' - ' + ev.artist...
Top