Re: NLB x Moderator (cutechat 4.1)

  •  11-04-2008, 9:22 AM

    Re: NLB x Moderator (cutechat 4.1)

    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
View Complete Thread