Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Darth Panda on August 04, 2009, 02:55:02 AM

Title: os_oline
Post by: Darth Panda on August 04, 2009, 02:55:02 AM
I see that os oline is in 1.9, but I don't see a os/oline command in example.conf. Is this a bug? or something else?
Title: Re: os_oline
Post by: Naram Qashat on August 04, 2009, 05:46:00 AM
OS OLINE depends on the IRCd.  Not all of them support it, and thus, it unloads itself if it is loaded on an IRCd that doesn't support it.
Title: Re: os_oline
Post by: Darth Panda on August 04, 2009, 01:47:52 PM
That didn't answer my question. Let me rephase it.

in services.conf you can specify which oper type can access which commands

Like:
Code: [Select]
opertype
{
        name = "Services Administrator"
        commands = "operserv/global operserv/news operserv/stats operserv/kick operserv/mode"
        privs = "*"
}

I'm wanting to know if operserv/oline is one since it's not in the list of available commands and if it's not, then how am I to regulate who can use it?
Title: Re: os_oline
Post by: Jens Voss on August 04, 2009, 01:53:36 PM
Only SuperAdmins can use this command.
Title: Re: os_oline
Post by: Darth Panda on August 04, 2009, 02:33:49 PM
Only SuperAdmins can use this command.

What if I want Services Admins to be able to use it? That is the entire point behind switching to oper types is it not?
Title: Re: os_oline
Post by: Jan Milants on August 04, 2009, 04:28:57 PM
not possible at this time..
1.9 is a work in progress...  ::)
Title: Re: os_oline
Post by: Darth Panda on August 04, 2009, 05:30:07 PM
not possible at this time..
1.9 is a work in progress...  ::)

understand, thank you.