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

To have the operand active #842

Open
kuwaite33 opened this issue Nov 11, 2021 · 0 comments
Open

To have the operand active #842

kuwaite33 opened this issue Nov 11, 2021 · 0 comments

Comments

@kuwaite33
Copy link

Hi,

in the assembly file atheme.conf

edit this

operator "nick" {
/* operclass /
operclass = "nick";
/
password
* Normally, the user needs to identify/log in using the account's
* password, and may need to be an IRCop (see operclass::needoper
* above). If you consider this not secure enough, you can
* specify an additional password here, which the user must enter
* using the OperServ IDENTIFY command, before the privileges can
* be used.
* The password must be encrypted if a crypto module is in use.
*/
password = "pass";
};
/msg NickServ identify pass

NickServ- You are now identified for nick

/msg operServ identify pass

OperServ- You do not have a services operator account.

What is the error and what is the example of adding the full admin privileges in the assembly file

unrealircd-5.2.2 + atheme-services-v7.2.11

unrealircd unrealircd.conf

oper nick {
class opers;
mask admin@be.net;
password "pass";
/* Oper permissions are defined in an 'operclass' block.
* See https://www.unrealircd.org/docs/Operclass_block
* UnrealIRCd ships with a number of default blocks, see
* the article for a full list. We choose 'netadmin' here.
*/
operclass netadmin;
swhois "is a Network Administrator";
vhost netadmin.be.net;
}

Thank you

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
@kuwaite33 and others