Magick II Services (chanserv)

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
AngeloDS
Posts: 7
Joined: Sat Feb 19, 2005 9:44 am

Magick II Services (chanserv)

Post by AngeloDS »

I have a few questions, AutoHALFOP isn't working. It automatically ops the person for some reason.

Code: Select all

LEVEL_MIN = -1
LEVEL_MAX = 30
LVL_AUTODEOP = -1
LVL_AUTOVOICE = 5
LVL_AUTOHALFOP = 9
LVL_AUTOOP = 10
LVL_READMEMO = 0
LVL_WRITEMEMO = 15
LVL_DELMEMO = 25
LVL_GREET = 1
LVL_OVERGREET = 25
LVL_MESSAGE = 20
LVL_AKICK = 20
LVL_SUPER = 25
LVL_UNBAN = 10
LVL_ACCESS = 5
LVL_SET = 25
LVL_VIEW = 1
LVL_CMDINVITE = 5
LVL_CMDUNBAN = 10
LVL_CMDVOICE = 5
LVL_CMDHALFOP = 10
LVL_CMDOP = 10
LVL_CMDKICK = 15
LVL_CMDMODE = 15
LVL_CMDCLEAR = 20
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

What level did you give to the person? :?:
AngeloDS
Posts: 7
Joined: Sat Feb 19, 2005 9:44 am

Post by AngeloDS »

I gave them a 9, but it OPS them for some reason instead of HALFOP.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

This post may help

http://sourceforge.net/forum/message.php?msg_id=2332920

Thats from Magicks forum . I stopped using Magick a few weeks back as all developement has ceased on it and it has some bugs I just wasnt happy with .
Locked