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

special alert on mention or /msg #65

Closed
cburschka opened this issue Jan 27, 2014 · 2 comments
Closed

special alert on mention or /msg #65

cburschka opened this issue Jan 27, 2014 · 2 comments

Comments

@cburschka
Copy link
Owner

Many chat clients have a special sound if your name is mentioned in chat, or you receive a private message.

This is particularly useful if you're busy and want to turn other, less important sounds off.

@ghost ghost assigned cburschka Jan 27, 2014
@cburschka cburschka modified the milestones: cadence 1.4, cadence-2.0 Mar 26, 2014
@cburschka
Copy link
Owner Author

Moving up from 2.0-whenever to 1.4-sometimesoon.

@cburschka
Copy link
Owner Author

Patch is ready.

  • Two new sound settings: "Private message" and "Alert".
  • A new setting: "Alert keywords". These keywords apply to the message content, but also to the sender nickname to allow monitoring a particular user.

If a message arrives, it triggers the first applicable and enabled sound effect in this order:

  1. Message contains user's nickname or an alert keyword: "Alert".
  2. Private message: "Private message".
  3. Sender nickname contains an alert keyword: "Alert".
  4. Otherwise: "Incoming message", as before.

(The order of 1., 2., 3. is based on the idea that a content-triggered alert is more significant than a message being private, but a message being private is more significant than it coming from a watched nickname.)

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