1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/src/command
Michael Vetter bba8278bb7 Fix passing of wrong parameter to cmd executable template function
`/executable vcard_photo test`

Printed
`Invalid usage, see '/help card_photo' for details.`

So it used the subcommand instead of the command and lost one of the
letters as well.

This mistake got introduced in 60c197487.
Where we added helper functions for the various `/executable` functions.

Discovered by @H3rnand3zzz with correct solution.

Fix https://github.com/profanity-im/profanity/issues/1921
2023-11-10 23:01:27 +01:00
..
cmd_ac.c Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
cmd_ac.h slightly improve command_defs[] 2023-01-18 20:02:46 +01:00
cmd_defs.c Add params support for aliases 2023-10-20 10:42:37 +02:00
cmd_defs.h Update copyright year 2023-01-10 10:37:25 +01:00
cmd_funcs.c Fix passing of wrong parameter to cmd executable template function 2023-11-10 23:01:27 +01:00
cmd_funcs.h Add /privacy logging command 2023-07-03 16:06:24 +02:00