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

Bug sinusbot.getNick() is not returning correct nick

Status
Not open for further replies.

xDefcon

Well-Known Member
Contributor
Version: Lastest beta on linux

sinusbot.getNick() is returning me the nickname set in the control panel, also if on TS3 it is different...

Code snippet
Code:
var nick = sinusbot.getNick();
sinusbot.log(nick);

Actual ts3 nick:
1jvwYop.png

(it is [♥] MUSIC BOT [24/7]111)

Actual console output:
UkcDSLA.png

(the console shows me the config nickname, not the current one on ts3)

Probably this is not a bug, but it is very strange that a method called getNick() will return the config one, and not the current one on ts3.

Maybe add another method to get the "real" one?
 
Status
Not open for further replies.
Top