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