Anope IRC Services

Anope.org => Anope General => Topic started by: mbleck9144 on October 29, 2006, 01:18:41 AM

Title: problems with unrealircd 3.2.5 and anope 1.7.16 services
Post by: mbleck9144 on October 29, 2006, 01:18:41 AM
can someone tell me what im doin wrong if anything.. guess im just not understanding this irc stuff. any way ive posted my o:line entry and services root entry from both configs in this message.tell me if im doin this right or what you think the prob is. cause when i try to connect to /operserv  keeps givin me a access denied

from services.conf
# ServicesRoot <nicks>  [REQUIRED]
#    Specifies the Services "super-users".  The super-users, or "roots" as in
#    Unix terminology, are the only users who can add or delete Services
#    admins.
#
#    You can specify more than one nick by separating each one by a space.
#
#    This is commented out by default; make sure you insert the correct
#    nick before uncommenting it.

ServicesRoot   "mike"


from unrealircd.conf

oper mike {
   class           clients;
   from {
      userhost user@localhost.com;
   };
   password "foo";
   flags
   {
      services-admin;
              netadmin;
      global;
   };
};



[Edited on 29-10-2006 by mbleck9144]

[Edited on 29-10-2006 by mbleck9144]
Title:
Post by: n00bie on October 29, 2006, 08:45:08 AM
is your nick mike registered to NickServ and are you already oper'ed up :?

[Edited on 29-10-2006 by n00bie]
Title:
Post by: Jobe on October 29, 2006, 10:43:45 AM
There are a few reasons you'll get access denied messages from OperServ. Those are that you havn't /oper'ed or you nick doesn't have OperServ OPER access or higher. Whn you first use Anope you MUST register the Services Root nick yourself as Anope will not do this for you. The ServicesRoot parameter simply tells Anope which nicks when registered should have full access.

So its highly possible you simply havnt registerd your nick.

Please note to register a Services Root nick you must first have /oper'ed.
Title: oper up
Post by: mbleck9144 on October 29, 2006, 02:30:59 PM
ok now here must be where the prob is    yes mike is registered but i cannot oper up for some reason when i type /oper mike password it tells me

no o:line for your host

from unrealircd.conf

oper mike {
class clients;
from {
userhost user@localhost.com;
};
password "foo";
flags
{
services-admin;
netadmin;
global;
};
};

[Edited on 29-10-2006 by mbleck9144]

[Edited on 29-10-2006 by mbleck9144]
Title:
Post by: n00bie on October 29, 2006, 02:46:18 PM
Quote
userhost user@localhost.com;


:P change that to userhost *@*;

[Edited on 29-10-2006 by n00bie]
Title: :)
Post by: mbleck9144 on October 29, 2006, 02:58:23 PM
you da man   thx for the help!!
Title:
Post by: SpaceDoG on October 30, 2006, 03:26:13 PM
It's also strongly recommended that you upgrade to 1.7.17.