Page 1 of 1

Can't Zline

Posted: Mon Feb 16, 2015 3:46 am
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

Re: Can't Zline

Posted: Mon Feb 16, 2015 5:48 pm
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 ?

Re: Can't Zline

Posted: Mon Feb 16, 2015 6:12 pm
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