as ircop: how to get @ in any channel?

These are old archives. They are kept for historic purposes only.
Locked
Kampfwurst
Posts: 3
Joined: Mon Nov 15, 2004 2:14 pm

as ircop: how to get @ in any channel?

Post 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 :)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Huh? Are you kidding?

Code: Select all

/mode #channel +o yournick
or

Code: Select all

/samode #channel +o yournick
Kampfwurst
Posts: 3
Joined: Mon Nov 15, 2004 2:14 pm

Post by Kampfwurst »

hi, it wasn't my intention to fool, but thx

great help :)
Lumi
Posts: 4
Joined: Thu Nov 04, 2004 4:31 pm

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

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

The issue was already solved, Lumi :D
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

I've slightly updated the faq too :p.
Locked