Skip to content
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

A behavior that responds if someone says something in a chatroom but doesn't get a response for 10m #55

Closed
jywarren opened this issue Jul 7, 2017 · 4 comments

Comments

@jywarren
Copy link
Member

jywarren commented Jul 7, 2017

It could say if you haven't gotten a response, maybe post a question on PublicLab.org/questions -- though it'd probably not want to say that if the person is in the chatroom a lot... only newcomers if theres any way to determine this.

@ryzokuken
Copy link
Member

ryzokuken commented Jul 7, 2017

@jywarren cool. I will think over implementing this today.

P.S.: I wonder how we could implement this. Normal message triggered behaviors are called only when their keyword is mentioned. Perhaps we could set the trigger to an empty string and do things that way? Don't know, this behavior does not seem to be a standard message behavior, because normal message behaviors involve people asking or telling the bot stuff. What do you say?

@jywarren
Copy link
Member Author

You'd suggested using a setTimeout, would that work?

@ryzokuken
Copy link
Member

@jywarren It should, but for that I think we need another class of behaviors, daemons, that behave as the name suggests and work in the background. We could discuss this together whenever you're free and I would then love to implement this one ASAP.

@ryzokuken
Copy link
Member

Resolved in #76 😄

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

No branches or pull requests

3 participants