Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Operserv no oline  (Read 4595 times)

0 Members and 1 Guest are viewing this topic.

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Operserv no oline
« 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
Logged

genius3000

  • Anope User
  • Offline Offline
  • Posts: 37
Re: Operserv no oline
« Reply #1 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.
Logged
-genius3000

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Operserv no oline
« Reply #2 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"
Logged

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Operserv no oline
« Reply #3 on: December 10, 2016, 03:21:36 PM »

anyone? help pls
Logged

genius3000

  • Anope User
  • Offline Offline
  • Posts: 37
Re: Operserv no oline
« Reply #4 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"?
Logged
-genius3000

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Operserv no oline
« Reply #5 on: December 12, 2016, 08:36:30 PM »

fixed
after remove # i rebooted
Logged
Pages: [1]   Go Up