Compare commits

..

No commits in common. "efc45f2103b023333d34dd781036d849dd223d56" and "8960a23448f1335607455c4d0e5276be942d3498" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ module.exports = {
userTokenLimit: 20000, // daily, roughly 100+ messages or $0.04 per user
userTokenPeriod: 24, // hours
temperature: 1,
history: 2,
history: 3,
rule: 'a tired game host',
rulePublic: true,
},

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.24.7",
"version": "1.24.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.24.7",
"version": "1.24.6",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^8.3.0",

View File

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