Problem with access! Help plz

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
Vemp@jr
Posts: 3
Joined: Sun Oct 22, 2006 12:15 am

Problem with access! Help plz

Post by Vemp@jr »

Hi there,

I don`t get access ( q,o,a,h,v,etc.) when join the channel ( i am in access list with number 5 so that is aop )

Code: Select all

°° 17:52:49 °° -ChanServ- Access list for #chat:
-
°° 17:52:49 °° -ChanServ-   Num   Lev  Nick
-
°° 17:52:49 °° -ChanServ-     1     5  Vemp@jr
in services.conf:
# NSModeOnID [OPTIONAL]
#
# When enabled, services will set the channel modes a user has access to upon
# identifying, assuming they are not already set.
#

NSModeOnID
Unreal version is 3.2.4 (also try with 3.2.5,same error)
Anope services: 1.7.17 (also try with 1.7.16,same...)

Sry for eng,and thanks!
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

I'm guessing you're using Anope? If you are you need to make sure NSDefAutoop is uncommented and type /nickserv set autoop on.
Vemp@jr
Posts: 3
Joined: Sun Oct 22, 2006 12:15 am

Post by Vemp@jr »

"/nickserv set autoop on"

This works for me,but how to use that to all users?
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

open your services.conf file. Look for NSDef. if NSDefAutoop is there but has a # infront of it remove it. If it's not with the list of everything else add it and type /operserv reload.
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Vemp@jr wrote:"/nickserv set autoop on"

This works for me,but how to use that to all users?
You "can't", only for new users by doing what SpaceDoG said.

I hate it as well, I had to hack the source to force everyone with autoop on :P.

(mass SASET for this didn't work either for me)
Locked