Page 1 of 1

as ircop: how to get @ in any channel?

Posted: Mon Nov 15, 2004 2:22 pm
by Kampfwurst
hi folks, i have a question:

1. Is this a bug report or a feature suggestion?
NO

2. Have I checked the FAQ?
Of course ;)

3. Have I tried searching the forums?
Yes, many times

4. Have I checked the Documentation?
yes, 2 times

ok, now i'll ask :)

so, I'm ircop (on my own network) and can have every right/flag
how do i get @ in a chjannel, that's already registered or not empty?
an is there anywhere a (gherman?) document with hints for admins? so every command etc? (NOT the manual/documentation)

thank you for responding :)

Posted: Mon Nov 15, 2004 3:56 pm
by Dukat
Huh? Are you kidding?

Code: Select all

/mode #channel +o yournick
or

Code: Select all

/samode #channel +o yournick

Posted: Mon Nov 15, 2004 5:29 pm
by Kampfwurst
hi, it wasn't my intention to fool, but thx

great help :)

Re: as ircop: how to get @ in any channel?

Posted: Wed Nov 17, 2004 10:54 am
by Lumi
Kampfwurst wrote:hi folks, i have a question:
1. Is this a bug report or a feature suggestion?
NO
2. Have I checked the FAQ?
Of course ;)
3. Have I tried searching the forums?
Yes, many times
4. Have I checked the Documentation?
yes, 2 times
ok, now i'll ask :)
so, I'm ircop (on my own network) and can have every right/flag
how do i get @ in a chjannel, that's already registered or not empty?
an is there anywhere a (gherman?) document with hints for admins? so every command etc? (NOT the manual/documentation)
thank you for responding :)
The block IRC Operators:

Code: Select all

oper example {
	class	 clients;
	from {
	userhost *@*;
	};
	password "example";
	flags
	{
		netadmin;
		can_override;
		get_host;
	};
};
It's necessary to put a flag can_override.

Posted: Wed Nov 17, 2004 4:55 pm
by Dukat
The issue was already solved, Lumi :D

Posted: Wed Nov 17, 2004 11:03 pm
by Syzop
I've slightly updated the faq too :p.