OnJoin Channel Modes???

These are old archives. They are kept for historic purposes only.
Post Reply
SilentViruzz
Posts: 6
Joined: Sat Sep 18, 2004 4:59 pm

OnJoin Channel Modes???

Post by SilentViruzz »

Hi Again!

Now i've got another problem I can't solve...

its that when somebody joins a channel it should allready have some modes like etc +tn

But I couldn't see anything of this in the config and in your faq...

Somebody plz help??
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

By default, UnrealIRCd doesn't force any channel modes to be set on every newly created channels. You have two choices however:

1. Many Services packages set +nt on each registered channels. You can change this default setting, of course.
2. If you want +nt to be set on every channels when they are created, use the set::modes-on-join directive in your UnrealIRCd configuration.

The first method is more user-friendly, I suggest using that. :)
SilentViruzz
Posts: 6
Joined: Sat Sep 18, 2004 4:59 pm

Post by SilentViruzz »

In the Set, I suppose you mean where all the other modes are defined.

Well that didn't work, maybee I did something wrong.

I did like this:

Code: Select all

set {
	kline-address "bla.email";
	modes-on-connect "+bla";
	modes-on-oper	 "+bla";
	modes-on-join "+nt";
	oper-auto-join "#opers";

P.S! I know the code isnt ended here but I just cut out the part where i'm suppost to edit.

Whats wrong?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

I suspect that you didn't reload the UnrealIRCd configuration. If you did, I have no idea then.
SilentViruzz
Posts: 6
Joined: Sat Sep 18, 2004 4:59 pm

Post by SilentViruzz »

Actually the ircd was closed when I did this.

The problem occured when I tried to start it.

Hmm... managed to start it now after I edited something in config that I even forgot... well anyway thanks for help again.
extremest

Post by extremest »

that works for me but how can you make it so that users that join a new channel are not @. I would like them to be plain users.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

That's not possible, sorry.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

extremest wrote:that works for me but how can you make it so that users that join a new channel are not @. I would like them to be plain users.
If you use ChanServ in your Services you can register a bogus nick that you'll never use, set that nick to not expire, register the channel with that nick and turn secureops on. In effect CS deop anyone that joins the channel other than your bogus nick. It's not exactly the effect your looking for .. but has the same results :)
Post Reply