From c433e314610e22d1b145b83a8979ae58e194397d Mon Sep 17 00:00:00 2001 From: LDA Date: Fri, 3 Jan 2025 16:00:24 +0100 Subject: [PATCH] [DEL] Please enter a valid command Please enter a valid command --- src/MatrixEventHandler.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/MatrixEventHandler.c b/src/MatrixEventHandler.c index 1202484..aab9f25 100644 --- a/src/MatrixEventHandler.c +++ b/src/MatrixEventHandler.c @@ -260,11 +260,6 @@ ParseeBotHandler(ParseeData *data, HashMap *event) if (*body != '!') { /* All commands are to be marked with a ! */ - Free(ASSend( - data->config, id, profile, - "m.room.message", - MatrixCreateNotice("Please enter a valid command"), 0 - )); Free(profile); return; }