Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Siva on December 10, 2016, 01:01:39 AM

Title: Operserv no oline
Post by: Siva on December 10, 2016, 01:01:39 AM
Im getting error when using /os login myuser mypass

this is my services.con

#oper
{
   /* The nickname of this services oper */
   name = "myuser";

   /* 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

   /* An optional password. If defined the user must login using "/msg OperServ LOGIN" first */
   password = "mypass";

};


pls help
Title: Re: Operserv no oline
Post by: genius3000 on December 10, 2016, 03:32:58 AM
Code: [Select]
#operThe "#" at the beginning denotes a comment or commented out block, ie. your oper block is commented out.
Title: Re: Operserv no oline
Post by: Siva on December 10, 2016, 04:30:20 AM
now i have it like this and it doesnt work

oper
{
   /* The nickname of this services oper */
   name = "myuser"

   /* 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

   /* An optional password. If defined the user must login using "/msg OperServ LOGIN" first */
   password = "mypass"
Title: Re: Operserv no oline
Post by: Siva on December 10, 2016, 03:21:36 PM
anyone? help pls
Title: Re: Operserv no oline
Post by: genius3000 on December 12, 2016, 03:38:48 AM
anyone? help pls

It's quite difficult to help when very little information is provided.

What version of Anope are you running?
What IRCd is Anope connected to?
Are you opered up on the IRCd? Paste a full WHOIS or MODE output of your nickname.
What's the exact error message you receive from Anope when trying "/os login myuser mypass"?
Title: Re: Operserv no oline
Post by: Siva on December 12, 2016, 08:36:30 PM
fixed
after remove # i rebooted