mirror of
https://github.com/reality/dbot.git
synced 2024-11-30 16:09:27 +01:00
/home/reality/Projects/dbot/modules/steam/steam.js:101
This commit is contained in:
parent
912df73b56
commit
1d2a5f891e
@ -98,8 +98,6 @@ var steam = function(dbot) {
|
|||||||
});
|
});
|
||||||
if(_.has(player, 'gameserverip')) {
|
if(_.has(player, 'gameserverip')) {
|
||||||
var host = player.gameserverip.split(':');
|
var host = player.gameserverip.split(':');
|
||||||
:qa
|
|
||||||
:qa
|
|
||||||
output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')';
|
output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')';
|
||||||
}
|
}
|
||||||
event.reply(output);
|
event.reply(output);
|
||||||
|
Loading…
Reference in New Issue
Block a user