Compare commits
No commits in common. "2bc9a761e59a5f4bf7ea35a908108021182264ed" and "7eff09eba1f4eecc5215baac7266f6ad814d36ce" have entirely different histories.
2bc9a761e5
...
7eff09eba1
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.0",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -215,7 +215,7 @@ function onMessage(message, bot, games) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (game && game.help && ['help', 'commands'].includes(subcommand)) {
|
||||
if (game && game.help && subcommand === 'help') {
|
||||
game.sendMessage(game.help, room.id, { styleCommands: true });
|
||||
|
||||
if (game.blockHelp !== false) {
|
||||
|
|
Loading…
Reference in New Issue