UNPKG

ggejs

Version:

A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms

8 lines 257 B
module.exports.name = "irc"; /** @param {Socket} socket */ module.exports.execute = function (socket) { const C2SResourceCitizenVO = { getCmdId: "irc", params: {} } require('../data').sendCommandVO(socket, C2SResourceCitizenVO); }