-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.10 (read commit description)
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
Showing
14 changed files
with
5,290 additions
and
2,799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.