3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

/home/reality/Projects/dbot/modules/steam/steam.js:101

This commit is contained in:
reality 2013-10-28 14:50:21 +00:00
parent 912df73b56
commit 1d2a5f891e

View File

@ -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);