Page 1 of 1

/gline Problem. Persmission Denied

Posted: Mon Aug 30, 2004 4:13 pm
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

Posted: Mon Aug 30, 2004 6:02 pm
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.

Posted: Mon Aug 30, 2004 6:13 pm
by MerNion
GOD!!!!!!!!
All it needed was a re /oper command.. damn.. and i kept rehashing all day..
grrrrrr

thanks m8!!!!!!