ircop can't do anything

These are old archives. They are kept for historic purposes only.
Post Reply
Lars
Posts: 12
Joined: Fri Jul 23, 2004 4:47 pm
Location: Breda, The Netherlands
Contact:

ircop can't do anything

Post by Lars »

Hello,
when an ircop is joining an own channel on my server he can't do anything, even not an kick or ban or give someone rights. mIRC says that i am an ircop so i have the rights but i can't use them. I have made an ircop this way:

Code: Select all

oper cyber {
	class clients;
	from {
		userhost *@*;
	};
	password "****";
	flags {
	local;
	global;
                can_localkill;
                can_gkline;
                can_setq;
	};
	swhois "Wampa Cyberhost";
	snomask blaat;
};
and this piece of code might help:

Code: Select all

	modes-on-connect "+xGw";
	modes-on-oper	 "+xwgso"; 
Thanks!
Off al the things i lost, i missed my mind the most!
vebome
Posts: 8
Joined: Fri Nov 26, 2004 9:31 pm

Post by vebome »

Hmm..
This means that you can kill...gline.. and im not sure abotu the other one.
But maybe you should set yourself to netadmin;
then you will be able to do everything e.g /mode #lobby +q Lars
but at the moment try /kill name <reason> becuase thats basically what your flags are allowing you to do. Maybe if you read the Docs.. you will get some idea of the flags. :roll:
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Re: ircop can't do anything

Post by aquanight »

Lars wrote:when an ircop is joining an own channel on my server he can't do anything, even not an kick or ban or give someone rights.
IRCop has NOTHING to do with channel commands like /kick. For this you have to be a channel operator (look for the @ symbol).
Lars
Posts: 12
Joined: Fri Jul 23, 2004 4:47 pm
Location: Breda, The Netherlands
Contact:

Post by Lars »

okay, i understand. But how do i make mysql chanop? i can't find any flag wich has anything to do with chanop. I'm running no services, so it's not a solution to let the founder of the channel give someone the rights.
Off al the things i lost, i missed my mind the most!
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Lars
Posts: 12
Joined: Fri Jul 23, 2004 4:47 pm
Location: Breda, The Netherlands
Contact:

Post by Lars »

Ah! Many thanks! :D
Off al the things i lost, i missed my mind the most!
Post Reply