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

Optionally intercept Bucket ignore/unignore commands #5

Open
3 tasks
dgw opened this issue Nov 18, 2016 · 0 comments
Open
3 tasks

Optionally intercept Bucket ignore/unignore commands #5

dgw opened this issue Nov 18, 2016 · 0 comments
Assignees

Comments

@dgw
Copy link
Owner

dgw commented Nov 18, 2016

It might be possible to listen for Sopel, ignore <nick> (Sopel, unignore <nick> and pass the nickname on to the function for .blocks add nick <nick> (.blocks del nick <nick>). It would simplify ignoring users somewhat, because one command would the affect both bot frameworks.

Should be configurable, and defaulted to off, because most users aren't going to have Sopel installed alongside Bucket behind a bouncer…

Probably going to implement in stages:

  • Implement hardcoded listening for Bucket commands
  • Add configuration option (module has no existing config)
  • Expand config to allow custom definitions of what to listen for, maybe with Bucket rules as defaults

This was originally conceived of as a separate module, but I'd be OK with implementing it here first, at least. After all, this module was originally just a command buried in BombBot.

@dgw dgw self-assigned this Nov 18, 2016
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