/gline Problem. Persmission Denied

These are old archives. They are kept for historic purposes only.
Post Reply
MerNion
Posts: 2
Joined: Mon Aug 30, 2004 3:52 pm

/gline Problem. Persmission Denied

Post by MerNion »

Hello..
I have one problem. While i can add use the services' /operserv akill add blah blah, when i try to /akill blah blah i get this:

Code: Select all

*** AKILL is depreciated and should not be used. Please use /gline instead
I try /gline blah blah and i get this:

Code: Select all

Permission Denied- You do not have the correct IRC operator privileges
On the conf i have this on the oper block:

Code: Select all

oper MerNion {
	class           clients;
	from {
		userhost *@*;
	};
	password "pass_here";
	flags
	{
		netadmin;
		can_gkline;
		can_gzline;
		can_zline;
		can_restart;
		can_die;
	};
};
my whois:

Code: Select all

MerNion is mernion@IP_HERE * mernion
MerNion is a registered nick
MerNion on some_chans_here
MerNion using server_here Node 671 Server
MerNion is a Network Administrator
MerNion is available for help.
MerNion has been idle 2mins 8secs, signed on Mon Aug 30 18:21:21
MerNion End of /WHOIS list.
Any ideas?

Thanks
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

can_gkline will give you /gline so that part on the oper block is correct. I'm thinking you should rehash your server .. and you should de-oper then re-oper.
MerNion
Posts: 2
Joined: Mon Aug 30, 2004 3:52 pm

Post by MerNion »

GOD!!!!!!!!
All it needed was a re /oper command.. damn.. and i kept rehashing all day..
grrrrrr

thanks m8!!!!!!
Post Reply