1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Updated console output for room invites

This commit is contained in:
James Booth 2016-05-23 22:27:29 +01:00
parent 0ad378642f
commit 3aa788772e

View File

@ -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);