aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7ea0319..50d05ff 100644
--- a/main.c
+++ b/main.c
@@ -123,7 +123,8 @@ run:
)) ||
(
!strcmp(tgmsg->text, "/list") ||
- !strcmp(tgmsg->text, "/list uuids")
+ !strncmp(tgmsg->text, "/player ", strlen("/player ")) ||
+ !strcmp(tgmsg->text, "/tick health")
)
)
{