We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, how can I achieve this with the library?
Some commands/callbacks should only be executed if it's executed by operators/halfops etc.
The text was updated successfully, but these errors were encountered:
I did something to track user privileges across channels in some old bot code I wrote for https://github.com/darkliquid/leader1
The state tracking stuff in state and the builtin stuff in bots are things to look at for some examples, however poor they may be :)
Sorry, something went wrong.
You need to track channel state to do this properly. There is currently no channel/nicklist tracking code implemented. Patches very welcome!
See #79
No branches or pull requests
Hey there, how can I achieve this with the library?
Some commands/callbacks should only be executed if it's executed by operators/halfops etc.
The text was updated successfully, but these errors were encountered: