Can't Zline

These are old archives. They are kept for historic purposes only.
Post Reply
oznetwork
Posts: 1
Joined: Mon Feb 16, 2015 3:39 am

Can't Zline

Post by oznetwork »

Hi,

I have looked for an answer but no joy.

I have an oper block for 'netadmin' and it includes 'can_zline' but any attempt to use it results in:
Permission Denied- You do not have the correct IRC operator privileges

All the other flags in the block are working except for that one.

This is my block: The password has been removed 'xxxxxxxxx'

oper admin {
class clients;
from {
userhost *@*;
};
password "xxxxxxxxxxx";
flags
{
netadmin;
can_override;
can_setq;
can_dccdeny;
services-admin;
can_die;
can_restart;
can_globalnotice
can_zline;
can_gzline;
can_gkline;
global;
};
};

Any suggestions would be appreciated.

Thanks
cheiron
Posts: 74
Joined: Sun May 29, 2011 6:17 pm

Re: Can't Zline

Post by cheiron »

First question on my mind is... are you set on operserv on your services. secondly.. are you set correctly there.. thirdly.. are you identified to operserv as well as being opered on the daemon ?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Can't Zline

Post by katsklaw »

cheiron wrote:First question on my mind is... are you set on operserv on your services. secondly.. are you set correctly there.. thirdly.. are you identified to operserv as well as being opered on the daemon ?
Z:Lines have nothing to do with services so these questions are irrelevant. Z:Lines are in the IRCd locally just like K:Lines, therefore other IRCds and services are never informed of them.


-------------
oznetwork, we need to know what you are typing exactly when you try to set a Z:Line.

Alternately, you can just use a ban::ip block, which is the same as a Z:Line.

https://www.unrealircd.org/files/docs/u ... banipblock
Post Reply