Help Setting something on IRCD
Help Setting something on IRCD
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. 
-
Winbots
- Posts: 65
- Joined: Wed Apr 21, 2004 12:26 am
- Location: irc://irc.winbots.org/Winbots
- Contact:
Code: Select all
auto-join #welcome;
like this:?
Code: Select all
set {
auto-join #welcome;
};