Problems after have link UnrealIrcd to Anope [SOLVED]

These are old archives. They are kept for historic purposes only.
Post Reply
Bruno
Posts: 2
Joined: Mon Oct 25, 2010 2:36 am

Problems after have link UnrealIrcd to Anope [SOLVED]

Post by Bruno »

Hi.
I'd like to have an help to solve my problems about the link between Unreal3.2.8.1 and anope-1.9.2-p2 .
I can connect Unreal to Anope but, when I try /helpop ?usercmds I received the message that said :
***** No Help Available *****
We're sorry, we don't have help available for the command you requested.
***** Go to #help if you have any further questions *****

and also when I try /ns help saset noexpire I received this message :
-NickServ- Access to this command requires the permission nickserv/saset to be present in your opertype.
-NickServ- You cannot use this command.

Sounds like if I was not an Oper......... but I've registered my nick and I've also identify me as Oper........

Here the Unreal and Anope setings:

UNREAL:

Code: Select all

me
{
	name "irc.test.srv";
	info "Irc Test Server";
	numeric 1;
};

allow {
	ip             *;
	hostname       irc.test.srv;
	class           clients;
	maxperip 5;
};

/* Passworded allow line */
allow {
	ip             *;
	hostname       127.0.0.1;
	class           clients;
	maxperip 1;
};

oper ^^King^Arthur^^ {
	class           clients;
	from {
		userhost *;
	};
	password "montagna";
	flags
	{
		netadmin;
		can_zline;
		can_gzline;
		can_gkline;
		global;
	};
};

listen         *:6667
{
	options
	{
		clientsonly;
	};
};

listen         *:6667;
listen         *:6668;

link services.test.srv  (can I change it to irc.test.srv ?!?!?!?)
{
 username *;
 hostname *;
 port 6667;
 bind-ip *;
 password-connect "montagna";
 password-receive "montagna";
 class servers;
};

ulines {
	services.test.srv;
};

/* Network configuration */
set {
	network-name 		"IrcTestServer";
	default-server 		"irc.test.srv";
	services-server 	"services.test.srv";
	stats-server 		"stats.test.srv";
	help-channel 		"#ophelp";
	hiddenhost-prefix	"rox";

/* on-oper host */ (Think I must change this...... :) )
	hosts {
		local		"locop.roxnet.org";
		global		"ircop.roxnet.org";
		coadmin		"coadmin.roxnet.org";
		admin		"admin.roxnet.org";
		servicesadmin 	"csops.roxnet.org";
		netadmin 	"netadmin.roxnet.org";
		host-on-oper-up "no";
	};
};

set {
	kline-address "[email protected]";
	modes-on-connect "+ixw";
	modes-on-oper	 "+xwgs";
	oper-auto-join "#opers";
	options {
		hide-ulines;
ANOPE:

Code: Select all

uplink
{
host = "127.0.0.1"
#ipv6 = no
port = 6667
password = "montagna"

serverinfo
{
name = "services.test.srv"
description = "Services for IRC Test Server"
localhost = "127.0.0.1" (local address that Services will bind to before connecting to the remote server)

ident = "services"
hostname = "services.test.srv"
(These identify the ident@hostname which will be used by the Services pesudoclients)

networkname = "IrcTestServer"
(This is the name of the network that Services will be running on)

Tnx so much for the help!!!!!!!!!!!!!

Best Regards.
Last edited by katsklaw on Mon Oct 25, 2010 4:32 pm, edited 2 times in total.
Reason: Please dont post long configs
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problems after have link UnrealIrcd to Anope

Post by Jobe »

Firstly the NickServ issue is NOTHING to do with Unreal IRCd so please start a SEPERATE thread in the services board.

Secondly, the /helpop issue is because you dont appear to have the following line in your unrealircd.conf:
include "help.conf";
Your IP: Image
Your Country: Image
Bruno
Posts: 2
Joined: Mon Oct 25, 2010 2:36 am

Re: Problems after have link UnrealIrcd to Anope

Post by Bruno »

Hi.
I've forgot to put the " ; " near the include "aliases/anope.conf"

so, must be :

include "aliases/anope.conf";

P.S.: If any Admin can put this tread as [ SOLVED ]


Tnx so much for the help!!!!!!!!!!!!

Best Regards.
Post Reply