Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: scraby on August 21, 2006, 07:52:00 AM

Title: access
Post by: scraby on August 21, 2006, 07:52:00 AM
Hello,
I want to ask how to change access levels? now 10 level user get @ I want to giv him % how to change that?
Title:
Post by: n00bie on August 21, 2006, 09:25:02 AM
1st do /chanserv set #channel xop off
to add halfops ( +h ) do /chanserv access #channel add nick 4
to add autoop ( +o ) do /chanserv access #channel add nick 5
and to add autoprotect + autoop ( +oa ) do /chanserv access #channel add nick 10

however you can change the channel levels as you like, see
/chanserv help levels and /chanserv help levels desc

i guess you got my point :p
Title:
Post by: scraby on August 21, 2006, 08:12:16 PM
thanks :D
Title:
Post by: KyPPo on September 09, 2006, 03:54:52 PM
Is there a way to change levels in all channels? So it's like that by standard?
Title:
Post by: Tom65789 on September 09, 2006, 04:46:29 PM
find CSDefXOP in your services.conf and enable it. i believe that should do that.
Title:
Post by: KyPPo on September 09, 2006, 04:47:25 PM
Yes, I already did that.

But what I meant is editing the channel levels from like 4 to 40.

It's a question of habit ;)
Title:
Post by: katsklaw on September 09, 2006, 07:39:18 PM
no the current levels settings are hardcoded in, sorry.
Title:
Post by: Jobe on September 09, 2006, 08:02:36 PM
Last time i checked you could fully customize on a per channel basis a level number for each action.

To find out more have a look at "/ChanServ HELP LEVELS" and "/ChanServ HELP LEVELS DESC"

It means you would have to modify each level yourself but you have far more control over it then.

The defaults being:
Quote
-ChanServ-     AUTODEOP     -1
-ChanServ-     AUTOHALFOP   4
-ChanServ-     AUTOOP       5
-ChanServ-     AUTOPROTECT  10
-ChanServ-     AUTOVOICE    3
-ChanServ-     NOJOIN       -2
-ChanServ-     SIGNKICK     (disabled)
-ChanServ-     ACC-LIST     1
-ChanServ-     ACC-CHANGE   10
-ChanServ-     AKICK        10
-ChanServ-     SET          (disabled)
-ChanServ-     BAN          5
-ChanServ-     BANME        5
-ChanServ-     CLEAR        (disabled)
-ChanServ-     GETKEY       5
-ChanServ-     HALFOP       5
-ChanServ-     HALFOPME     4
-ChanServ-     INFO         (disabled)
-ChanServ-     KICK         5
-ChanServ-     KICKME       5
-ChanServ-     INVITE       5
-ChanServ-     OPDEOP       5
-ChanServ-     OPDEOPME     5
-ChanServ-     PROTECT      (disabled)
-ChanServ-     PROTECTME    10
-ChanServ-     TOPIC        (disabled)
-ChanServ-     UNBAN        5
-ChanServ-     VOICE        5
-ChanServ-     VOICEME      3
-ChanServ-     MEMO         10
-ChanServ-     ASSIGN       (disabled)
-ChanServ-     BADWORDS     10
-ChanServ-     FANTASIA     3
-ChanServ-     GREET        5
-ChanServ-     NOKICK       1
-ChanServ-     SAY          5


Giving someone an access level 4 would allow them to do anything through ChanServ with a 4 or lower on the above list.

[Edited on 9-9-2006 by Jobe1986]
Title:
Post by: EZEki3l on September 09, 2006, 08:24:34 PM
I think that KyPPo want new feature whose allow to set defaults levels as he want in the configuration file with CsDefLevels... setting for example
Title:
Post by: KyPPo on September 10, 2006, 11:25:08 AM
Yes, precisely.
EZEki3l is right.