UserAwareness is a mixin
template; it proxies to a few functions defined in kameloso.plugins.common.awareness
to deal with common book-keeping that every plugin *that wants to keep track
of users* need. If you don't want to track which users you have seen (and are
visible to you now), you don't need this.
UserAwareness is a mixin template; it proxies to a few functions defined in kameloso.plugins.common.awareness to deal with common book-keeping that every plugin *that wants to keep track of users* need. If you don't want to track which users you have seen (and are visible to you now), you don't need this.
Additionally it implicitly mixes in MinimalAuthentication, needed as soon as you have any PrefixPolicy checks.