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/
545 stars 301 forks source link

config.js changes not updating? #273

Closed billybillymc closed 5 years ago

billybillymc commented 5 years ago

This whole package is extremely readable, just top-quality stuff, but I've run into one issue: the changes that I make in config.js don't seem to be doing anything. Specifically, I've changed the name of ChatBot and the messageTextMaxLength, and neither change has taken effect on the chat. Any ideas what I may be doing wrong?

billybillymc commented 5 years ago

Nevermind, I'm an idiot. The settings are in config.php, not config.js.