pocmo / Yaaic

Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
http://www.yaaic.org
GNU General Public License v3.0
332 stars 120 forks source link

Highlight on all nick aliases, not just the current nick. #157

Closed relrod closed 4 years ago

relrod commented 10 years ago

This makes it so that you can add alternate nicks as aliases (as normal) but allows you to get notifications if any of them are mentioned. It might be worth adding a toggle for enabling/disabling this (or even a separate Identity setting for "highlight nicks/patterns"), but I think in the general case, this is fine.

Specifically, I keep two clients connected - a znc for my phone, and an irssi instance for when I'm at home. (This is intentional, I'm in many channels on irssi, but only a few important ones on my phone). But I want to get notifications on my phone if my other nick (the irssi one) is mentioned. After this patch, I can just add it is an alias.

relrod commented 10 years ago

I use a fork of Yaaic with some customizations, but I'm trying to upstream anything I can easily, whenever I think there might be interest. If there's no interest in this, feel free to close it, but I figure some might find it useful. :)

Xenega commented 10 years ago

Thanks, I have cherry-picked your commit. Good works!