Page 1 of 1

Adding Operator

Posted: Sun Jan 22, 2023 11:19 pm
by Gypsy_m
Hello i would like to add the Operator like
LocOp, GlobOp, SA's, NA's
ive done the /msg operserv OPER ADD Nick Services Root
But it doesnt Give them a password for /oper nick password and ive tired adding the
*/
oper MineBlock {
class opers;
mask *@*;
password "MyPass";
/* 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.example.org;
}
*/
oper TheirNick {
class opers;
mask *@*;
password "ThirPasshere";
/* 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.example.org;
}
but isnt working
Thank you in advancve

Re: Adding Operator

Posted: Fri Feb 03, 2023 9:06 pm
by DonTCry
Hello,

the unrealircd oper block and services opers block are 2 different things.

https://www.unrealircd.org/docs/Oper_block - unrealircd
https://github.com/anope/anope/blob/2.0 ... #L899-L925 - services oper