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??
OnJoin Channel Modes???
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.
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
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:
P.S! I know the code isnt ended here but I just cut out the part where i'm suppost to edit.
Whats wrong?
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?
-
SilentViruzz
- Posts: 6
- Joined: Sat Sep 18, 2004 4:59 pm
-
extremest
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 resultsextremest 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.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ