diff --git a/src/ui/console.c b/src/ui/console.c index 5c5afbd9..cae0d637 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -825,7 +825,8 @@ cons_show_room_invite(const char *const invitor, const char * const room, const cons_show(" Message: %s", reason); } - cons_show("Use /join or /decline"); + cons_show("Use '/join %s' to accept the invitation", room); + cons_show("Use '/decline %s' to decline the invitation", room); if (prefs_get_boolean(PREF_NOTIFY_INVITE)) { notify_invite(display_from, room, reason);