Problem with oper services

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
ShaRdDev
Posts: 1
Joined: Tue Feb 09, 2016 3:15 pm

Problem with oper services

Post by ShaRdDev »

I installed Unreal 4.0.0 an Anope properly, but:
I logged in using the

Code: Select all

/oper login mypassword
and when I restarted the network,I couldn't log in anymore.When I type in

Code: Select all

/oper login mypassword
the UnrealIRCd server says: "No o-lines found for your host", even though I was connected to the network that the server uses.
I don't know how to fix this error, the other threads about this topic are old, the do not work anymore...
Also when I try to login in the Anope OperServ, it returns "Access denied" error. I read that you need to be a ServicesRoot and I am, but i don't have the +o mode.
Please help ASAP!
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Re: Problem with oper services

Post by dboyz »

Hello,

To "fix your error", please look into this document: https://www.unrealircd.org/docs/Oper_block

Pay attention to the line below because that is the cause of your problem. The explanation on the link will help you:

Code: Select all

mask <hostmask>;
Locked