Terry I've solved the problem.
To bulid the users list you use the GetUserInfo(string loginName, ref string nickName, ref bool isAdmin) function from CuteChat.ChatProvider.
As I use a Session variable to decide if the user is Administrator only the administrator know he is admin, others users get isadmin false to every user. Before I stoped using Session variables the system starts to work perfectly.
Regards