Page 1 of 1

ircop can't do anything

Posted: Sat Nov 27, 2004 10:56 pm
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!

Posted: Sat Nov 27, 2004 10:59 pm
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:

Re: ircop can't do anything

Posted: Sun Nov 28, 2004 6:05 am
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).

Posted: Sun Nov 28, 2004 9:50 am
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.

Posted: Sun Nov 28, 2004 10:14 am
by Dukat

Posted: Sun Nov 28, 2004 12:14 pm
by Lars
Ah! Many thanks! :D