Skip to content
New issue

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

Getting Information about Users/Ops in a Channel #64

Closed
carstenhag opened this issue Aug 13, 2015 · 3 comments
Closed

Getting Information about Users/Ops in a Channel #64

carstenhag opened this issue Aug 13, 2015 · 3 comments

Comments

@carstenhag
Copy link

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.

@darkliquid
Copy link
Contributor

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 :)

@thoj
Copy link
Owner

thoj commented Aug 21, 2015

You need to track channel state to do this properly. There is currently no channel/nicklist tracking code implemented. Patches very welcome!

@thoj
Copy link
Owner

thoj commented Jul 28, 2016

See #79

@thoj thoj closed this as completed Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants