Just a tip:
If you don't want freichat to go busy and offline if a user is inactive for a set time, you can disable this function this way:
In /freichat/client/freichat.js around line 14:
look for these 2 lines:
busy_timeOut:freidefines.busy_timeOut, // In seconds
offline_timeOut:freidefines.offline_timeOut, //In seconds
Put 2 / before those lines so they look like this:
//busy_timeOut:freidefines.busy_timeOut, // In seconds
//offline_timeOut:freidefines.offline_timeOut, //In seconds
Now you're users don;t go automaticly busy and offline.
Just a tip:
If you don't want freichat to go busy and offline if a user is inactive for a set time, you can disable this function this way:
In /freichat/client/freichat.js around line 14:
look for these 2 lines:
<code> busy_timeOut:freidefines.busy_timeOut, // In seconds
offline_timeOut:freidefines.offline_timeOut, //In seconds</code>
Put 2 / before those lines so they look like this:
<code> //busy_timeOut:freidefines.busy_timeOut, // In seconds
//offline_timeOut:freidefines.offline_timeOut, //In seconds</code>
Now you're users don;t go automaticly busy and offline.