diff options
| author | Fuwn <[email protected]> | 2021-05-01 12:03:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 12:03:40 +0000 |
| commit | b83db32c503c2c818ce513966351020ce7308ce3 (patch) | |
| tree | ed8194a42a0a86faa0bc7568f11fdeb0b1e1596a /src/server/cmd/commands/mod.rs | |
| parent | chore(git): add prepare-commit-hook for commitizen (diff) | |
| download | whirl-b83db32c503c2c818ce513966351020ce7308ce3.tar.xz whirl-b83db32c503c2c818ce513966351020ce7308ce3.zip | |
refactor(cmds): even more of2m-ifying
Diffstat (limited to 'src/server/cmd/commands/mod.rs')
| -rw-r--r-- | src/server/cmd/commands/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/cmd/commands/mod.rs b/src/server/cmd/commands/mod.rs index d06c061..0d5fc1c 100644 --- a/src/server/cmd/commands/mod.rs +++ b/src/server/cmd/commands/mod.rs @@ -4,7 +4,8 @@ pub mod action; pub mod buddy_list; pub mod property; -pub mod room; +pub mod redirect_id; +pub mod room_id_request; pub mod subscribe_distance; pub mod subscribe_room; pub mod teleport; |