aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/mod.rs
blob: 0d5fc1c15fca3258ee7cab0b83c257b8132a350d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub mod action;
pub mod buddy_list;
pub mod property;
pub mod redirect_id;
pub mod room_id_request;
pub mod subscribe_distance;
pub mod subscribe_room;
pub mod teleport;
pub mod text;
pub mod whisper;