Compare commits
2 Commits
7eff09eba1
...
2bc9a761e5
Author | SHA1 | Date |
---|---|---|
|
2bc9a761e5 | |
|
954043b16a |
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.12.0",
|
"version": "1.12.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.12.0",
|
"version": "1.12.1",
|
||||||
"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.12.0",
|
"version": "1.12.1",
|
||||||
"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": {
|
||||||
|
|
|
@ -215,7 +215,7 @@ function onMessage(message, bot, games) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (game && game.help && subcommand === 'help') {
|
if (game && game.help && ['help', 'commands'].includes(subcommand)) {
|
||||||
game.sendMessage(game.help, room.id, { styleCommands: true });
|
game.sendMessage(game.help, room.id, { styleCommands: true });
|
||||||
|
|
||||||
if (game.blockHelp !== false) {
|
if (game.blockHelp !== false) {
|
||||||
|
|
Loading…
Reference in New Issue