Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
548 stars 300 forks source link

Can't create channels #224

Closed kremgaur16 closed 8 years ago

kremgaur16 commented 8 years ago

// Sample channel list: $channels[0] = 'Lobby'; $channels[1] = 'Private'; $channels[2] = 'Channel3'; $channels[3] = 'Channel4'; ?>

This won't work for some reason, what is up?

fjwilson commented 8 years ago

You have to update the users.php file to give access to each channel.

On Wed, Feb 10, 2016 at 12:47 AM, kremgaur16 notifications@github.com wrote:

// Sample channel list: $channels[0] = 'Lobby'; $channels[1] = 'Private'; $channels[2] = 'Channel3'; $channels[3] = 'Channel4'; ?>

This won't work for some reason, what is up?

— Reply to this email directly or view it on GitHub https://github.com/Frug/AJAX-Chat/issues/224.

Frug commented 8 years ago

Please keep issues for issues.