hifi/heisenbridge

Option to disable away notices

jhass opened this issue · 4 comments

I'm really not interested in away notifications for most servers, could we have an option to disable them?

What away notifications? The ones server sends you when you talk to someone who is away?

No, the notice messages in the network room. I believe they're generated from

if event.target is None:
target.send_notice(f"{event.source.nick} is no longer away")
else:
target.send_notice(f"{event.source.nick} is now away: {event.target}")

CAPS --remove away-notify in network room and then reconnect.

Ah thanks. I guess enabling this I was hoping for the away status to show up on the user profile/room member list somehow.