Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Benjamin on July 25, 2019, 01:26:06 PM

Title: unregistered Channel - No Auto OP? can't register
Post by: Benjamin on July 25, 2019, 01:26:06 PM
Dear Community,

I am using
Anope-2.0.3
and
InspIRCd-3.2.0-FreeBSD-3.2.0

My Problem is:
If I join a channel (which is not registered) I will not be granted Operator Status. So I can't register a channel.

I am wondering why since I only changed settings for connection to the service.

Anyone knows which Setting is to be set?
Greetings
Title: Re: unregistered Channel - No Auto OP? can't register
Post by: genius3000 on July 25, 2019, 02:02:09 PM
Default modes to a new channel (assuming you mean a new and unregistered channel) are handled by the IRCd. I'm pretty sure the cause of your issue is described here: https://docs.inspircd.org/3/configuration-changes/#changes (https://docs.inspircd.org/3/configuration-changes/#changes)
Specifically:
Quote
<options:defaultmodes> must now include any default prefix modes. To keep v2 behaviour add "o" to the default modes.

P.S. Please do update your Anope, 2.0.6 has been out for quite a while.
Title: Re: unregistered Channel - No Auto OP? can't register
Post by: Sadie on July 25, 2019, 02:03:15 PM
This is not an Anope issue. You are using InspIRCd v2 configuration files on InspIRCd v3.

If you're setting up a new server then you should make new config files based on the ones in the examples directory.

If you're upgrading from v2 then please see https://docs.inspircd.org/3/configuration-changes/ for upgrading instructions.