Example #1
0
def read_user(update, user):
    mods = Permissions.user_info(user)
    reply(update, user + ' has access to:' + djoin(mods))