Quote:
Originally Posted by wrongful
The only reason I had asked is because I have one of my usergroups hooked up to the spy feature of FlashChat, and showing that those users are in the chat really defeats the purpose of that feature. However, I understand your reasoning and I will customize it for myself since many people might not have a use for that.
|
I see, in that case it is very easy for you, just modify the WHERE clause in the SQL to this ;
PHP Code:
WHERE user.usergroupid <> 6 AND connections.userid IS NOT NULL ORDER BY start
Change the "6" to the id of you spy usergroup.