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
Actual ts3 nick:
(it is [♥] MUSIC BOT [24/7]111)
Actual console output:
(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?
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:

(it is [♥] MUSIC BOT [24/7]111)
Actual console output:

(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?