API - "fake" is an avatar spawned from other places than via your chatroom.
returnfunction()local app =getApp();local user = app.getUserFromData('clonzeh');if user ==nilthenlog('user does not exist!');return;endif user.isFake ==falsethenlog('this is an actual viewer.');endend