Compare commits
No commits in common. "8b75691c5f701cb34c5bae8a3838229d9e455917" and "dc6df7c344b554dce8f981cf00faea505a863af9" have entirely different histories.
8b75691c5f
...
dc6df7c344
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"riddle": "What has to be broken before you can use it?",
|
|
||||||
"answer": "An egg."
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.18.0",
|
"version": "1.17.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.18.0",
|
"version": "1.17.3",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bhttp": "^1.2.8",
|
"bhttp": "^1.2.8",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.18.0",
|
"version": "1.17.3",
|
||||||
"description": "Game host for SChat 2-powered chat sites",
|
"description": "Game host for SChat 2-powered chat sites",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
'use strict';
|
|
||||||
|
|
||||||
const riddles = require('../../assets/riddles.json');
|
|
||||||
|
|
||||||
const open = new Map();
|
|
||||||
|
|
||||||
function onCommand(args, context) {
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
onCommand,
|
|
||||||
};
|
|
Loading…
Reference in New Issue