Compare commits

..

No commits in common. "b791147ce0dfb50d01e9a40acf5244ca3c61692b" and "e58438945347e506b5f90c9edb222f263856ad47" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@ -118,7 +118,7 @@ async function getGames(bot, identifier) {
const curatedBody = curateMessageBody(body, game, key, options);
if (config.platform === 'irc') {
bot.client.say(/^#/.test(roomId) ? roomId : recipient, curatedBody);
bot.client.say(roomId || recipient, curatedBody);
}
if (config.platform === 'schat') {