Both user and channel resolving in the IRC adapter currently always succeeds (is essentially a no-op).
This can create invalid channel or user references.
We would like to have some sort of adapter side tracking for which users are actually reachable and which channels exist to make sure only valid users and channels are resolved.
Tasks:
[ ] Research weather the irc adapter has some way to retrieve a list of users
[ ] Research weather the irc adapter has some way to retrieve a list of channels
[ ] Add handling logic for this kind of special message coming from the server
Both user and channel resolving in the IRC adapter currently always succeeds (is essentially a no-op). This can create invalid channel or user references.
We would like to have some sort of adapter side tracking for which users are actually reachable and which channels exist to make sure only valid users and channels are resolved.
Tasks: