- #key="$(elements $quad)"
- key="$(channel $quad)$(user $quad)$(attributes $quad)"
+ # For .forward (et.al.) the ATTRIBUTE may change, therefore
+ # we must not use it to the key -- in case we do a forwarding...
+ # That said, I don't think we need 'host'-part either..
+ #key="$(channel $quad)$(host $user)$(user $quad)"
+ key="$(channel $quad)$(user $quad)"
didexpand=$(expansions "$key")