Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Limit CamperBot's thanks list to 1 or 2 people #155

Open
mstellaluna opened this issue Nov 7, 2017 · 2 comments
Open

Limit CamperBot's thanks list to 1 or 2 people #155

mstellaluna opened this issue Nov 7, 2017 · 2 comments

Comments

@mstellaluna
Copy link
Member

As per Quincy, to prevent brownie/cookie spamming we need to limit camperbot's repeat thanks to one or two people at a time rather than allowing a large list of people. This needs to apply to all rooms in the FCC Chat.

32519069-85b63f4e-c3d9-11e7-8802-9ba11f52707d

@psyperl
Copy link

psyperl commented Dec 14, 2017

could this solve the limit? at thanks.js

if (mentions.length > 2) {     
  return null;
}

i tried to pull request .. but failed on continuous integration.. wonder how i can see the log of the integration

@ojongerius
Copy link
Contributor

I've got this running locally but need to polish it before I submit a PR. Will do that after this weekend.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants