You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ reaction_removed
187
187
2. Configure the git account, the local repo and the remote path, which should be used to access your git repository.
188
188
189
189
Example:
190
-
```
190
+
```json
191
191
{
192
192
"git_repopath" : "/home/ota_bot/OTA_Upload",
193
193
"git_repouser" : "otabot",
@@ -215,7 +215,7 @@ Note: If you configure the solvetracker this way, you need to make sure you are
215
215
5. Add a link to your repo, so people can look it up via `showlinkurl`
216
216
217
217
Example:
218
-
```
218
+
```json
219
219
{
220
220
"git_repo": "reponame/links",
221
221
"git_branch": "gh-pages",
@@ -232,7 +232,7 @@ To enable archive reminders set an offset (in hours) in _config/config.json_ for
232
232
If active, the bot will create a reminder for every bot admin on `!endctf` to inform him, when the ctf was finished for the specified time and it should be archived.
233
233
234
234
Example (for being reminded one week after the ctf has finished):
235
-
```
235
+
```json
236
236
{
237
237
...
238
238
"archive_ctf_reminder_offset" : "168"
@@ -241,11 +241,10 @@ Example (for being reminded one week after the ctf has finished):
241
241
242
242
## Log command deletion
243
243
244
-
To enable logging of deleting messages containing specific keywords, set `delete_watch_keywords` in _config/config.json_ to a comma separated list of keywords.
245
-
Clear or remove the setting to disable deletion logging.
244
+
To enable logging of deleting messages containing specific keywords, set `delete_watch_keywords` in _config/config.json_ to an array of strings to watch for.
0 commit comments