Compare commits

..

No commits in common. "fd2bd1b8f553783071e9ab18934576c8164d5406" and "701cf82af89b4fd44303d86b5dc06202840704f8" have entirely different histories.

4 changed files with 3 additions and 12 deletions

View File

@ -1,4 +0,0 @@
module.exports = {
script: 'src/app.js',
restart_delay: 5000,
};

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.5.17",
"version": "1.5.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.5.17",
"version": "1.5.16",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",

View File

@ -1,6 +1,6 @@
{
"name": "schat2-clive",
"version": "1.5.17",
"version": "1.5.16",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {

View File

@ -145,11 +145,6 @@ function onMessage(message, bot, games) {
const user = bot.users[message.userId] || message.user;
const room = bot.rooms[message.roomId];
if (command === 'kill') {
process.exit();
return;
}
if (command) {
const args = body.split(/\s+/).slice(1);
const game = games[command];