Operserv - Access denied

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
DOYAL_BABA
Posts: 12
Joined: Sun Sep 25, 2005 10:28 am
Location: DHAKA, Bangladesh

Operserv - Access denied

Post by DOYAL_BABA »

oper Novel {
class clients;
from {
userhost *@*.*;
};
password "*******";
flags
{
admin;
can_zline;
can_gzline;
can_gkline;
global;
};
};


This is the oper block for an admin of my server, but being an oper this user can't use some oper command like /msg operserv mode #chan +o nick. After using this type of command he got a msg Operserv - Access denied. Wat is the possible problem, can ne 1 help me ?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

I guess he needs to be on the OPER list of your services (or whatever it is called - you did not say what services you are using).
/msg operserv help oper
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
DOYAL_BABA
Posts: 12
Joined: Sun Sep 25, 2005 10:28 am
Location: DHAKA, Bangladesh

Operserv - Access denied

Post by DOYAL_BABA »

I am using Unreal IRCD and Anope Service
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Dukat wrote:/msg operserv help oper
Enough said.
defcon
Posts: 14
Joined: Sun Aug 29, 2004 9:11 pm
Location: Germany/Karlsruhe

Post by defcon »

Code: Select all

/msg operserv oper add <nickname>
/msg operserv admin add <nickname>
kind regards
defcon
Locked