Skip to content

Commit

Permalink
Fixes for starwolfy#29 (Duplicated username) v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Forge-Media committed Mar 27, 2019
1 parent 516c264 commit e259e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/launchteamspeak.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = function(config, callback) {
if (typeof err !== "undefined") {
callback(err);
} else {
console.log(`Using virtual server ${config.q_vserverid} now.`);
console.log(`Bot connect as: ${config.bot_nickname}`);
callback(null, teamspeakClient);
}
Expand Down

0 comments on commit e259e3b

Please sign in to comment.