"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const PlayersOnline = {
regex: /^\\r$/,
format: (oargs) => {
const args = oargs;
const response = {};
response.success = true;
return response;
},
};
exports.default = PlayersOnline;