diff --git a/modules/steam/steam.js b/modules/steam/steam.js index aaf8e68..06956c8 100644 --- a/modules/steam/steam.js +++ b/modules/steam/steam.js @@ -98,7 +98,7 @@ var steam = function(dbot) { }); if(_.has(player, 'gameserverip')) { var host = player.gameserverip.split(':'); - output += ' (Host: ' + host[0] + ' Port: ' + host[1] + ')'; + output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')'; } event.reply(output); } else {