Page 1 of 1
OnJoin Channel Modes???
Posted: Thu Sep 23, 2004 5:44 am
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??
Posted: Thu Sep 23, 2004 8:58 am
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.

Posted: Thu Sep 23, 2004 1:44 pm
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?
Posted: Thu Sep 23, 2004 6:49 pm
by AngryWolf
I suspect that you didn't reload the UnrealIRCd configuration. If you did, I have no idea then.
Posted: Thu Sep 23, 2004 8:48 pm
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.
Posted: Sun Nov 14, 2004 5:19 pm
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.
Posted: Sun Nov 14, 2004 5:58 pm
by Dukat
That's not possible, sorry.
Posted: Sun Nov 14, 2004 7:57 pm
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
