[DEL] Please enter a valid command

Please enter a valid command
This commit is contained in:
LDA 2025-01-03 16:00:24 +01:00
commit c433e31461

View file

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