UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- No oper block for your nick.

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Post Reply
nicop
Posts: 1
Joined: Fri Apr 02, 2021 12:49 pm

UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- No oper block for your nick.

Post by nicop »

Hello
I have checked the various forum posts but cannot understand the error.

UnrealIRCd:

Code: Select all

oper nico {
	class opers;
	mask *@"My IP"
         password "My PASSWORD";
	/* 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";
Anope:

Code: Select all

oper
{
	/* The nickname of this services oper */
	name = "nico"

Whois and MODE:

Code: Select all

* [nico] is an IRC Operator (nico) [netadmin]
* [nico] is using a Secure Connection
* [nico] is using an IP with a reputation score of 438
* [nico] is a Network Administrator

Code: Select all

* +iowrsxzt
* +kcfvGqSsob :Server notice mask
I did the rehash from shell and reload from services

I can't understand the problem..

Thanks in advance
Lord255
Posts: 95
Joined: Sat Feb 29, 2020 12:58 am
Location: offline

Re: UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- No oper block for your nick.

Post by Lord255 »

hi nicop!
it would be nice if you could copy paste all your oper block from anope. (of course without pw.)
but anyway..

the way the process should go:
1, connect to server
2, nickserv auth (cmd: /ns identify <nickservpw>)
3, oper up (ircd side - cmd: /oper <ircdopername> <ircoperpw>)
4, login to operserv (/os login <operservpw>)

see: https://github.com/anope/anope/blob/948 ... #L894-L920


for debug:
- after auth to ns do a "/ns status nico" - what number you get back?
- make sure you uncommented the followings: oper; name; password, but the rest is just commented out. (see link few lines above.)
Post Reply