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

Do not count your own messages as unread #279

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Apr 26, 2016

No description provided.

@xPaw xPaw added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. second review needed labels Apr 26, 2016
@@ -64,7 +64,7 @@ module.exports = function(irc, network) {
return (w.replace(/^@/, "").toLowerCase().indexOf(irc.user.nick.toLowerCase()) === 0);
});

if (chan.id !== client.activeChannel) {
if (!self && chan.id !== client.activeChannel) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required when using a bouncer.

@maxpoulin64 maxpoulin64 merged commit d090caf into master Apr 26, 2016
@maxpoulin64 maxpoulin64 deleted the xpaw/fix-self-unread branch April 26, 2016 19:38
@astorije
Copy link
Member

Sweet! 👏

@astorije astorije added this to the ★ Next Release milestone May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants