aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/commands/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-04 04:02:23 -0700
committerFuwn <[email protected]>2021-07-04 04:02:23 -0700
commitc31442b473fd465e1b78eb3041bcc5d847ba4944 (patch)
tree44085e3b32d4e8dc588cb5acaceec2e1456c02ac /crates/whirl_server/src/cmd/commands/mod.rs
parenttest(make): add `checkall` task which performs a suite of checks (diff)
downloadwhirl-c31442b473fd465e1b78eb3041bcc5d847ba4944.tar.xz
whirl-c31442b473fd465e1b78eb3041bcc5d847ba4944.zip
feat(whirl_server): create REGOBJID and APPRACTR commands
Diffstat (limited to 'crates/whirl_server/src/cmd/commands/mod.rs')
-rw-r--r--crates/whirl_server/src/cmd/commands/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/whirl_server/src/cmd/commands/mod.rs b/crates/whirl_server/src/cmd/commands/mod.rs
index 7f8bb4a..0129d47 100644
--- a/crates/whirl_server/src/cmd/commands/mod.rs
+++ b/crates/whirl_server/src/cmd/commands/mod.rs
@@ -2,9 +2,11 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod action;
+pub mod appear_actor;
pub mod buddy_list;
pub mod property;
pub mod redirect_id;
+pub mod register_object_id;
pub mod room_id_request;
pub mod session_exit;
pub mod subscribe_distance;