Merge branch 'disco-master-patch-01616' into 'develop'

Update documentation comment to match options

See merge request fatchan/jschan!339
merge-requests/350/merge
Thomas Lynch 4 months ago
commit 78fa853fc9
  1. 2
      configs/template.js.example

@ -383,7 +383,7 @@ module.exports = {
captchaMode: 0, //0=disabled, 1=for threads, 2=for all posts
tphTrigger: 10, //numebr of threads in an hour before trigger action is activated
pphTrigger: 50, //number of posts in an hour before ^
//0=none, 1=captcha enable for threads, 2=captcha enable for all posts, 3=lock board
//0=none, 1=captcha enable for threads, 2=captcha enable for all posts, 3=lock thread creation, 4=lock board
tphTriggerAction: 1,
pphTriggerAction: 2,
//0=dont change, 1=unlock board/disable captcha, 2=lock thread creation/enable captcha for thread creation

Loading…
Cancel
Save