Problem with No O-lines for your host

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
ShuShuBruno
Posts: 2
Joined: Tue Dec 15, 2015 6:48 am

Problem with No O-lines for your host

Post by ShuShuBruno »

Hello to everybody.

After many years I've decided to start again to use the Irc Chat and to Install it......
I've set correctly the Server and his Services but when I go to identify myself with /operserv identify password Command......I receive the message No O-lines for your host .

I post my settings , is someone, please can give me an help....... thank You so much in advance!!!!!!!

oper woshibruno {
class opers;
mask *@*;
password "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";
vhost netadmin.testserver.srv;
};
Lord255
Posts: 95
Joined: Sat Feb 29, 2020 12:58 am
Location: offline

Re: Problem with No O-lines for your host

Post by Lord255 »

/operserv identify <- what does that mean?

unrealircd offers: /oper <login> <password>
anope offers: /operserv login

the above section you have copied if for the ircd. so when you connect to the network you should do the following:

1, identify your nick against nickserv.
/ns identify <pw>
2, oper up for unreal
/oper woshibruno <pw>
3, login to operserv
/os login <pw>

for anope, here is the help (operserv part)
https://github.com/anope/anope/blob/c32 ... #L884-L920

enjoy.
Locked