Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Emralegna on June 13, 2009, 10:45:03 PM

Title: servicesroot (and restrictgetpass) is missing
Post by: Emralegna on June 13, 2009, 10:45:03 PM
Hello,

I noticed that two core modules have been disapeared in the svn version recently : os_oper and os_admin.

I think that causes the disapearance of the servicesroot = "nick" option because even with my old *.conf it's not working and there isn't anywhere that I can specify it anymore in *.conf file; I am unable to use OperServ ("Access denied") nor other "admin" bot's commands.

Is there an other way to identify me that I'm a service root ? os_staff (the one that gets changed in place of os_oper and os_admin) is still remaining in the *.conf file properly.

Thanks
Title: Re: servicesroot (and restrictgetpass) is missing
Post by: Adam on June 13, 2009, 10:53:33 PM
We don't generally give out support for non-released Anope versions... but you need an opertype block. Ex

opertype {
  name = "root"
  commands = "*"
  privs = "*"
}
oper {
  name = "Adam"
  type = "root"
}
Title: Re: servicesroot (and restrictgetpass) is missing
Post by: Naram Qashat on June 13, 2009, 10:54:49 PM
I'd suggest if you are going to use SVN, keep up with the commits, otherwise wait for a release.
Title: Re: servicesroot (and restrictgetpass) is missing
Post by: Emralegna on June 13, 2009, 11:01:32 PM
We don't generally give out support for non-released Anope versions...

Oops, I'm sorry I didn't know.  :-X

Maybe the IRC channel is better for svn support ?

you need an opertype block. Ex

opertype {
  name = "root"
  commands = "*"
  privs = "*"
}
oper {
  name = "Adam"
  type = "root"
}

Thanks, I'll try. :)

I'd suggest if you are going to use SVN, keep up with the commits, otherwise wait for a release.

Allright.
Title: Re: servicesroot (and restrictgetpass) is missing
Post by: Charles Kingsley on June 15, 2009, 06:00:38 AM
Emralegna,

Asking for support here is absolutely fine and we'll be more than happy to help you.

Title: Re: servicesroot (and restrictgetpass) is missing
Post by: Emralegna on June 15, 2009, 10:52:54 PM
Thank you.

 :)