Search found 7 matches

by Leora
Sun Sep 19, 2021 10:51 pm
Forum: Services
Topic: /List Channels
Replies: 1
Views: 15409

/List Channels

Hello. I am working on setting up a new IRC server. is the /list command part of Anope services or is it part of UnrealIRCd? I haven't linked Anope yet, but my /list command works but doesn't show any channels. I have several in the official-channels block and I have also made a few +P, but the ...
by Leora
Sun Sep 19, 2021 2:44 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

Re: IRCop Error




you are not using the proper example.conf from the install i presume.
there is not link for unreal3.2 docu in unreal5 configs.

see here:
https://github.com/unrealircd/unrealircd/blob/unreal50/doc/conf/examples/example.conf

do you have line#52 in your config? so includeing the operclass ...
by Leora
Sat Sep 18, 2021 6:55 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

Re: IRCop Error


I can't see any problem with your config. Please try:
- check ircd.log (because the rehash may fail and you don't know it, i've seen such issue before),
- change the "class" option to "clients", or whatever class name you have in your unrealircd.conf. I don't see why would it matter, but it's best ...
by Leora
Sat Sep 18, 2021 6:52 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

Re: IRCop Error


you are not using the proper example.conf from the install i presume.
there is not link for unreal3.2 docu in unreal5 configs.

see here:
https://github.com/unrealircd/unrealircd/blob/unreal50/doc/conf/examples/example.conf

do you have line#52 in your config? so includeing the operclass default ...
by Leora
Sat Sep 18, 2021 5:10 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

Re: IRCop Error

My oper block appears to match the documentation for the required elements. I doubt the order of them matters.

I read all this documentation and have looked at my oper block until my eyeballs are falling out. Sending me documentation I have already seen doesn't help. I've spent a week off and on ...
by Leora
Sat Sep 18, 2021 2:58 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

Re: IRCop Error

Thanks for your reply.

There is an Include statement for operclass.default.conf

My oper block currently is:

/* For a list of oper flags, see doc/unreal32docs.html#operblock
* [HIGHLY recommended to read]
*/

oper leoracherry {
class opers;
mask *;
password "123456";
operclass netadmin ...
by Leora
Sat Sep 18, 2021 1:33 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18503190

IRCop Error

Hello everyone,

I just started working with UnrealIRCd and installed version 5.2.1.1. It seems to set up just fine, however I am having a problem getting control of the server with the /oper command.

I know this question has been asked and answered a thousand times and i have read a lot of the ...