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; }