-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete a room #224
Comments
that wouldn't be too hard to add to clean up extra rooms. i'd probably want it to be admin-use only. thoughts @Arkaeriit? |
Naively I through the Lines 684 to 691 in 3d2d744
And having the feature only for admin would be ideal IMHO. |
A command to delete empty room would be a good idea. I don't think it would need need admin access as deleting empty rooms is harmless. |
Should that command be |
Out of curiousity, what is constitute a room as empty ? A room without any users using it at the time of the deletion ? |
Yes, can't see what else it could be tbh |
We can probably close this now that #226 has been merged. |
Is there a command that allows to delete a room (we tried rm #room-name and other equivalent without any success) ?
The text was updated successfully, but these errors were encountered: