mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 20:16:21 +00:00
xep-0308: Fix sending corrections for multiple words
This commit is contained in:
@@ -2393,8 +2393,10 @@ static struct cmd_t command_defs[] =
|
||||
CMD_DESC(
|
||||
"Correct and resend the last message (XEP-0308).")
|
||||
CMD_ARGS(
|
||||
{ "<message>", "The corrected message."})
|
||||
CMD_NOEXAMPLES
|
||||
{ "\"message\"", "The corrected message. Multiple words need quotation marks."})
|
||||
CMD_EXAMPLES(
|
||||
"/correct Profanity",
|
||||
"/correct \"Profanity is the best\"")
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user