Anope Support > 2.0.x/1.9.x Support

UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- Problem

(1/3) > >>

nicola:
Hello

OperServ I believe it accepts the password but I don't have access to all commands


--- Code: ----OperServ- Password accepted.
-OperServ- OperServ commands:
-OperServ-     HELP           Displays this list and give information about commands
-OperServ-     LOGIN          Login to OperServ
-OperServ-     LOGOUT         Logout from OperServ
--- End code ---

HostServ:


--- Code: ----HostServ-     GROUP          Syncs the vhost for all nicks in a group
-HostServ-     HELP           Displays this list and give information about commands
-HostServ-     OFF            Deactivates your assigned vhost
-HostServ-     ON             Activates your assigned vhost
-HostServ-     REQUEST        Request a vHost for your nick
--- End code ---

Services.conf:


--- Code: ---oper
{
/* The nickname of this services oper */
name = "nico"

/* The opertype this person will have */
type = "Services Root"

/* If set, the user must be an oper on the IRCd to gain their Services
* oper privileges.
*/
require_oper = yes

--- End code ---

My whois and MODE :


--- Code: ---* [nico] is an IRC Operator (nico) [netadmin]
* [nico] is using a Secure Connection
* [nico] is using an IP with a reputation score of 466
* [nico] is a Network Administrator
* [nico] is logged in as nico
--- End code ---


--- Code: ---* +iowrsxzt
* +kcfvGqSsob :Server notice mask
--- End code ---

Thanks in advance!

wilco:
did you add an oper block for your nick in services.conf ?

nicola:
must add here?


--- Code: ---oper
{
name = "nick2"
type = "Services Administrator"
}

--- End code ---


wilco:
try:

oper {
   name = "nick2"
   type = "Services Root"
}

wilco:
https://github.com/anope/anope/blob/2.0/data/example.conf#L818-L882

Navigation

[0] Message Index

[#] Next page

Go to full version