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

Support filtered handlers #6

Closed
jwilm opened this issue May 28, 2015 · 1 comment
Closed

Support filtered handlers #6

jwilm opened this issue May 28, 2015 · 1 comment

Comments

@jwilm
Copy link
Owner

jwilm commented May 28, 2015

You generally don't want the bot to interject every time you say ping in a channel. Add a feature where handlers are either unfiltered or filtered by requiring the bot be addressed. For example:

Unfiltered

you: I say ping and the bot responds always
bot: pong

Filtered

you: When I say ping the bot doesn't respond.. until it's directly addressed
# silence
you: bot ping
bot: pong
@jwilm
Copy link
Owner Author

jwilm commented Jun 9, 2015

Support was added in #20.

@jwilm jwilm closed this as completed Jun 9, 2015
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

1 participant