Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Bunch of problems.  (Read 5968 times)

0 Members and 1 Guest are viewing this topic.

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Bunch of problems.
« on: July 04, 2010, 11:55:29 AM »

Hey I've got a whole bunch of problems with anope. Can you guys help me out?

1. I've defined myself as a Super-User using the ServicesRoot directive. But I don't have global oper permissions.
  • I can't PM Operserv
  • I'm not an oper in channels that I wasn't the first to join
2. How can I restrict chan creation to opers?

I'm using Unreal3.2

Any help is appreciated. Thanks!
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Bunch of problems.
« Reply #1 on: July 04, 2010, 12:00:12 PM »

ServicesRoot does not affect your O:Line that is controlled by the IRCd, Nor will it automatically op you in channels that are not registered or registered by another user and you are not on the access list.

You may be able to find a module for that browsing modules.anope.org
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Bunch of problems.
« Reply #2 on: July 04, 2010, 12:01:46 PM »

Quote
ServicesRoot does not affect your O:Line that is controlled by the IRCd,

But I am defined in the O:Line.
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Bunch of problems.
« Reply #3 on: July 04, 2010, 12:03:44 PM »

the IRCd O:Line has nothing to do with Anope, all that is required is being an IRC Operator to communicate with OperServ.
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Bunch of problems.
« Reply #4 on: July 04, 2010, 12:06:23 PM »

So how do I become an IRC Operator? It sets mode +o when I join a chan.

Could you run me through it?
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Bunch of problems.
« Reply #5 on: July 04, 2010, 12:08:07 PM »

You should consult the documentation for Unreal on IRC Operators. Specifically the OPER command.
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Bunch of problems.
« Reply #6 on: July 04, 2010, 12:11:07 PM »

Yeah, defined through the oper block.
Code: [Select]
oper dorkbydesign {
class clients;
from {
userhost admin@dorkbydesign.com;
userhost *@*;
};
password "LOLBOAT";
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
can_restart;
can_die;
global;
};

};
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Bunch of problems.
« Reply #7 on: July 04, 2010, 12:12:35 PM »

If you do not know how to become an IRC Operator you really need to consult the documentation, Just having the O:Line alone does not automatically make you an IRC Operator when you connect to the IRCd.
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Bunch of problems.
« Reply #8 on: July 04, 2010, 12:41:41 PM »

I just read through the documentation at http://www.unrealircd.com/files/docs/unreal32docs.html and it doesn't explicity say how to become an IRCop.

Can anyone point me in the right direction?
Logged

Zero

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 17
Re: Bunch of problems.
« Reply #9 on: July 04, 2010, 12:46:49 PM »

Meh... try "/oper OperName operpassword" This does not have anything to deal with Anope.
Logged

Barton Ip

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Bunch of problems.
« Reply #10 on: July 04, 2010, 12:48:06 PM »

I think I love you.
Logged
Pages: [1]   Go Up