Skip to content

Commit

Permalink
Version 2.10 (read commit description)
Browse files Browse the repository at this point in the history
Switched to database storage system for lastcomment. Added attempts to retry failed logins. Added !stop cmd. Reformatted some messages. Added custom language support. Added childaccplayinggames to set custom games and steam games for all child accounts. Improved quote randomization. Added account randomization option. Improved code formatting. Minor other changes.
  • Loading branch information
3urobeat committed Mar 9, 2021
1 parent 8847635 commit 3547d8d
Show file tree
Hide file tree
Showing 14 changed files with 5,290 additions and 2,799 deletions.
5 changes: 3 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"disableautoupdate": false,
"childaccsplaygames": false,
"commentdelay": 7500,
"allowcommentcmdusage": true,
"skipSteamGuard": false,
"commentcooldown": 5,
"globalcommentcooldown": 90000,
"repeatedComments": 2,
"randomizeAccounts": false,
"unfriendtime": 31,
"playinggames": ["!help | 3urobeat", 440, 730],
"childaccplayinggames": [],
"yourgroup": "https://steamcommunity.com/groups/3urobeatGroup",
"botsgroup": "https://steamcommunity.com/groups/3urobeatGroup",
"acceptgroupinvites": true,
"owner": "https://steamcommunity.com/id/3urobeat",
"ownerid": ["76561198260031749"],
"enableevalcmd": true,
"enableevalcmd": false,
"enableurltocomment": true
}
3 changes: 3 additions & 0 deletions customlang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"note": "Please read here on how to use this file: https://github.com/HerrEurobeat/steam-comment-service-bot/wiki/How-to-add-custom-messages"
}
Loading

0 comments on commit 3547d8d

Please sign in to comment.