about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-11-05 22:06:19 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-11-05 22:06:19 +0100
commitc1a97362328c0507bf6d8ba1dbdec4ac2c29644a (patch)
treefbb13e2297f3632f8f24af3c248ff1aa1c990c4f /src/ui
parent40dc5932f71ccb6bd67f4fd8365749a0ddecbf71 (diff)
downloadprofani-tty-c1a97362328c0507bf6d8ba1dbdec4ac2c29644a.tar.gz
Merge /invite, /invites and /decline commands
`/invite <contact>` became `/invite send <contact>.
`/invites` became `/invite list`.
`/decline` became `/invite decline`.

Accept is still done via `/join`.

Regards https://github.com/profanity-im/profanity/issues/1116
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 198b61a4..22dd35f1 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -830,7 +830,7 @@ cons_show_room_invite(const char *const invitor, const char * const room, const
     }
 
     cons_show("Use '/join %s' to accept the invitation", room);
-    cons_show("Use '/decline %s' to decline the invitation", room);
+    cons_show("Use '/invite decline %s' to decline the invitation", room);
 
     if (prefs_get_boolean(PREF_NOTIFY_INVITE)) {
         notify_invite(display_from, room, reason);