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

/OPER possible failure #70

Open
slifin opened this issue Feb 27, 2014 · 1 comment
Open

/OPER possible failure #70

slifin opened this issue Feb 27, 2014 · 1 comment

Comments

@slifin
Copy link
Contributor

slifin commented Feb 27, 2014

I'm trying to figure out how to get ops within a channel or at least ops privileges

I've used /OPER username password and I can see that the request authenticates

then this code is called:

user.send(self.host, irc.reply.youAreOper, user.nick, ':You are now an IRC operator');
user.oper();

but the user is not granted ops, is there any other way that could be used to moderate users

@sespindola
Copy link
Collaborator

Hi,
/OPER hashes the password you give it, checks it agains oper users in the configuration file and
grants you IRC operator privileges, which right now doesn't amount to much.

I'm working on adding support for granting channel ops and voice with /mode, as it should be.

Sebastian.-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants