feat: add /admin command to list room admins #81
Reference in New Issue
Block a user
Delete Branch "fix/issue-50"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement /admin command as specified in issue #50:
Room Admins:\n- @user1\n- @user2No admins configured for this room.if none existChanges
_find_username_by_user_id()helper function to look up usernames from user IDscmd_admin()to support listing when called with no args or withlistsubcommand/helpto include /admin commandTesting
Closes #50
Pull request closed