about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-23 22:27:29 +0100
committerJames Booth <boothj5@gmail.com>2016-05-23 22:27:29 +0100
commit3aa788772ea74724ca49ab8488168144bb287daa (patch)
treeb0f2d1d00e4595aad2b143644434006fd5adfd4b /src/ui
parent0ad378642f57532c1870f542aaf35f361c80eefa (diff)
downloadprofani-tty-3aa788772ea74724ca49ab8488168144bb287daa.tar.gz
Updated console output for room invites
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c3
1 files changed, 2 insertions, 1 deletions
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);