Problems after have link UnrealIrcd to Anope [SOLVED]
Posted: Mon Oct 25, 2010 3:20 am
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:
ANOPE:
(This is the name of the network that Services will be running on)
Tnx so much for the help!!!!!!!!!!!!!
Best Regards.
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;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"Tnx so much for the help!!!!!!!!!!!!!
Best Regards.