-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider adding IRC chat interface to website #3
Comments
Here's something we've been thinking in the Code Mentors discussion: Remove the "fear of the channel" by only inviting people who have attended events, or that we know. Maybe you have been to three events, and then you get an invite to the community. This also forces in-person relationships, instead of just web-based. Thoughts? |
I like the idea of inviting people to the channel who you have met in person. This keeps out trolls and also fosters stronger in-person relationships. But I wonder how much overhead this would be to keep track of who has been to an event? |
Idea: If users have an account, can we put the responsibility on them to set the number of times they've attended, and that let's them into the chat? This isn't perfect security, but in a few lines of code we can get 98% of the way to limited access + security. |
yeah, maybe we can make an RSVP feature for mezzanine.events and tie it On Fri, Feb 8, 2013 at 7:03 PM, Brian Dant [email protected] wrote:
[email protected] |
This django plugin (http://gnotty.jupo.org/irc/) makes it easy to provide a web-based chat interface to any IRC chat channel. might make it easier for the newbies to join in the real-time chat without having to learn all the IRC stuff first.
The text was updated successfully, but these errors were encountered: