aboutsummaryrefslogtreecommitdiff
path: root/client/cmd.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-24 17:47:00 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-24 17:47:00 +0200
commit1a92ed5075aba4b41fe34422d21a2c66cdf1d4c9 (patch)
treea66d2dae13ab7c214da7b9ccf4701f0b7817c2e5 /client/cmd.h
parent31c30df2a24a45c69a7c5c2f594fa3a9a835b1fb (diff)
WIP `send` command
Diffstat (limited to 'client/cmd.h')
-rw-r--r--client/cmd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/cmd.h b/client/cmd.h
index 7ec67fc..9d20328 100644
--- a/client/cmd.h
+++ b/client/cmd.h
@@ -35,11 +35,11 @@ static const struct cmd cmds[] = {
.name = "help",
.info = "show this help",
},
- // {
- // .handle = cmd_send,
- // .name = "send",
- // .info = "[debug] send raw message",
- // },
+ {
+ .handle = cmd_send,
+ .name = "send",
+ .info = "[debug] send raw message",
+ },
// {
// .handle = cmd_status,
// .name = "status",