Lost channel permissions

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
blissinked42
Posts: 1
Joined: Thu Jun 02, 2016 2:55 pm

Lost channel permissions

Post by blissinked42 »

Ok, so sorry I'm rather new at IRC server permissions and what not..but I just made a mess. So I wanted to change my nickserv pw but nickserv was saying the pw was changed but it wasn't changing or working...smart me decided to unregister my nick and reregister it..but now I lost permission to the channels access list for the two registered channels. Then had a chan admin unregistered the main channel but it had mode P on so the channel wont close..and when ever I try and register the channel again it says "[10:49] -ChanServ- You must be a channel operator to register the channel." Even though I used /oper opername operpw but that doesnt change anything as well as putting override in my oper block.

could anyone help my stupid mistake :/ and lend me some advice on how to prevent this problem in the future
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Lost channel permissions

Post by Syzop »

If you are an IRCOp and you have the override privilege you can use:

Code: Select all

/MODE #chan +o yournick
This privilege is included in all the xxxxx-with-override operclasses.

If you are an IRCOp with the samode privilege you can use:

Code: Select all

/SAMODE #chan +o yournick
This privilege is included in the netadmin and services-admin operclasses.

The same commands can be used to set the channel -P or something else.
Locked