diff --git a/modules/steam/steam.js b/modules/steam/steam.js index 388ae3a..72deb1f 100644 --- a/modules/steam/steam.js +++ b/modules/steam/steam.js @@ -98,8 +98,6 @@ var steam = function(dbot) { }); if(_.has(player, 'gameserverip')) { var host = player.gameserverip.split(':'); - :qa - :qa output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')'; } event.reply(output);