From 7a4dc61412d4a883f7990e989880e8ae53c61b01 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 28 Oct 2013 14:39:44 +0000 Subject: [PATCH] whoops --- modules/steam/steam.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {