Skip to content

Commit

Permalink
Version 2.10.4 (read commit description)
Browse files Browse the repository at this point in the history
Improved functionality to keep certain data over auto restarts. Replaced repeatedComments functionality with maxComments & maxOwnerComments in config (#89). enableurltocomment is now false by default. Added check for quote character limit. Added community ban disclaimer to startup msgs. Added potential fix for websession not getting set after reconnect. Fixed #85 for real now. Fixed limited & not friend check not using randomizeAccounts order. Fixed comment command not refreshing config changes made by !settings cmd. Fixed commentdelay getting added to globalcommentcooldown when only 1 comment got requested. Updated npm packages. Minor other changes.
  • Loading branch information
3urobeat committed May 2, 2021
1 parent 3766de1 commit 7ca8ded
Show file tree
Hide file tree
Showing 7 changed files with 699 additions and 309 deletions.
5 changes: 4 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"_help_": "Read the docs: https://github.com/HerrEurobeat/steam-comment-service-bot/wiki/Config-documentation",
"disableautoupdate": false,
"commentdelay": 15000,
"allowcommentcmdusage": true,
"skipSteamGuard": false,
"commentcooldown": 5,
"globalcommentcooldown": 10,
"repeatedComments": 2,
"maxComments": 0,
"maxOwnerComments": 0,
"randomizeAccounts": false,
"unfriendtime": 31,
"playinggames": ["!help | 3urobeat", 440, 730],
Expand All @@ -16,5 +19,5 @@
"owner": "https://steamcommunity.com/id/3urobeat",
"ownerid": ["76561198260031749"],
"enableevalcmd": false,
"enableurltocomment": true
"enableurltocomment": false
}
Loading

0 comments on commit 7ca8ded

Please sign in to comment.