-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "welcome" messages only after someone speaks up #143
Labels
Comments
@jywarren sounds much better than the status quo 😄 |
thanks, if you're able to help us get this going that would be so helpful!
…On Tue, Dec 11, 2018 at 2:18 PM Ujjwal Sharma ***@***.***> wrote:
@jywarren <https://github.com/jywarren> sounds much better than the
status quo 😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ7MQ-JFbZ4zW1uXVkJBso3Zn2wgzks5u4AT_gaJpZM4ZMFQj>
.
|
Hi, is anyone working on this issue? |
@MetalDent feel free to pick it up! Don't hesitate to ask for help here or on IRC/Matrix if you're stuck/need help with anything. |
@ryzokuken how can I check if someone sends a message? |
The IRC Interface currently doesn't give away that kind of information, so you will have to update the interface. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replying to @ryzokuken about the welcome messages we see a lot of:
The only reason they are there is because the anti-spam measures mean that IRC joiners may not hear responses.
We could change the message to only post if an IRC person speaks up (the first time?) and others are trying to respond to them.
So how would we structure that behavior? Starting with a trigger for:
IF it's a new user AND they send any message to the chatroom
REPLY to the chatroom that someone is speaking up for the first time
(assuming they've been approved by plotsbot) with the message:This would be instead of in the
voice
behavior:plotsbot/src/behaviors/voice.js
Line 17 in c202924
The text was updated successfully, but these errors were encountered: