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:
parent
0ad378642f
commit
3aa788772e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user