Help Setting something on IRCD

These are old archives. They are kept for historic purposes only.
Post Reply
Jay123
Posts: 2
Joined: Sun Oct 10, 2004 1:42 am

Help Setting something on IRCD

Post by Jay123 »

I want to set this option for my ircd so like when any user that connects to my server join a channel automatically. Is there any way to do like sajoin on connect or something? Please help. :twisted:
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

Code: Select all

auto-join #welcome;
in your set block :)
Jay123
Posts: 2
Joined: Sun Oct 10, 2004 1:42 am

Post by Jay123 »

like this:?

Code: Select all

set {

auto-join #welcome;
	
};
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

No.

set {
auto-join "#welcome";
};

The quotes are necessary because # is a comment character.
-- codemastr
Post Reply