JustusAdam / marvin

The paranoid bot (framework)
https://marvin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
53 stars 6 forks source link

Proper user and channel resolving for IRC adapter #18

Open JustusAdam opened 7 years ago

JustusAdam commented 7 years ago

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: