about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);