diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index dc4ab7fee..ba439b49d 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -812,6 +812,9 @@ chat_command_help (EmpathyChat *chat, return; } } + + empathy_chat_view_append_event (chat->view, + _("Unknown command")); } static GStrv |