mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[DEL] Please enter a valid command
Please enter a valid command
This commit is contained in:
parent
c365681fcb
commit
c433e31461
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue