This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Stem.privilege returns wrong privilege level #35
Open
Description
I have implemented on my leaf the someone_did_join_channel event and I have noticed the following:
- Channel Founder (+q) or Channel Admin (+a) joins the channel and gets the user mode from chanserv.
- someone_did_join_channel() is called and the first method i am calling inside the event is stem.privilege(channel, nick) which i would expect to return :channel_owner or :admin symbol but instead i am getting :unvoiced
I really do not understand at what point the users get updated with their proper channel levels. This is very confusing
Metadata
Metadata
Assignees
Labels
No labels