From 11181100712fc2a1c2f310b4470d752488e8961e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 10 Feb 2020 16:17:01 +0100 Subject: xep-0308: Implement `/correct` to correct the last send message So far the correction is sent. But the UI in Profanity itself is not updated. Also autocompletion for `/correct` with the last sent message is missing. --- src/command/cmd_funcs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/cmd_funcs.h') diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h index a2ccd000..768e14a2 100644 --- a/src/command/cmd_funcs.h +++ b/src/command/cmd_funcs.h @@ -228,4 +228,5 @@ gboolean cmd_color(ProfWin *window, const char *const command, gchar **args); gboolean cmd_avatar(ProfWin *window, const char *const command, gchar **args); gboolean cmd_os(ProfWin *window, const char *const command, gchar **args); gboolean cmd_correction(ProfWin *window, const char *const command, gchar **args); +gboolean cmd_correct(ProfWin *window, const char *const command, gchar **args); #endif -- cgit 1.4.1-2-gfad0