From 3aa788772ea74724ca49ab8488168144bb287daa Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 23 May 2016 22:27:29 +0100 Subject: [PATCH] Updated console output for room invites --- src/ui/console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);