A way for Handlers to match channels based on their Accounts
Submitted by Senko Rasic
Assigned to Vivek Dasmohapatra
Description
It would be useful if a handler could match channels based on their accounts. Eg. irc-optimized client could say 'I want to handle all text channels on accounts that use protocol "irc".'
A way to do this could be filters matching Account object path and/or properties. To make this more useful, a read-only Protocol property could be added to Account - although it's encoded in the Account object path, having a separate property is useful for matching.