-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force join / autojoin / sajoin new clients to a channel #2077
Comments
This was considered in the past, but deemed user-unfriendly: @DanielOaks what are your feelings about this going forward? @adsr , what's your use case? (It is technically possible to implement this using a bot that parses snotices and issues a SAJOIN, but it is somewhat painful since we don't have machine-readable snotices yet.) |
Understood. This is for a small community network with a single channel. Some members are not used to IRC (ex-Discord) so the less commands we require of them the better. It's currently running on InspIRCd which has a force-join feature. Some sort of scripting API with hooks might also solve this. |
I think a large chunk of clients support having the channel name in an irc:// or ircs:// link and joining appropriately? As a short-term "solution option." |
What clients are people typically using? Gamja and Kiwi let you suggest a channel to auto-join from the landing page, e.g. |
@slingamn I don't think I feel super strongly about it, so long as the use case (small community servers) is mentioned as a comment nearby where you can set this channel. |
See discussion on ergochat#2077
Implemented in #2079 |
Hello, is there a way to make new clients force join a channel on connect? Thank you.
The text was updated successfully, but these errors were encountered: