Page 1 of 1

Lost channel permissions

Posted: Thu Jun 02, 2016 3:08 pm
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

Re: Lost channel permissions

Posted: Sat Jun 04, 2016 4:35 pm
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.